Skip to content

Commit

Permalink
Force push tags
Browse files Browse the repository at this point in the history
Even if git thinks they are not relevant
dflook committed Jul 6, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 38858f0 commit 5b50d84
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
&& git tag --force -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
&& git tag --force -a -m"$RELEASE_TAG" "$major" \
&& git tag --force -a -m"$RELEASE_TAG" "$major.$minor" \
&& git push --force --follow-tags
&& git push --force --tags
)
else
echo "Skipping $action"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The actions are versioned as a suite. Some actions may have no change
in behaviour between versions.

## [0.0.1] - 2020-07-02
## [0.1.0] - 2020-07-02

First release of the GitHub Actions:
- [dflook/[email protected]](terraform-version)

0 comments on commit 5b50d84

Please sign in to comment.