Skip to content

Commit

Permalink
build: bash variables don't survive steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers authored and github-actions committed May 2, 2022
1 parent 3503286 commit fa0783b
Show file tree
Hide file tree
Showing 4 changed files with 10,333 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
MINOR=$(.github/semver get minor $VERSION)
git tag -f "v$MAJOR"
git tag -f "v$MAJOR.$MINOR"
# push and overwrite the tracking tags
- run: git push --force origin "refs/tags/v$MAJOR" "refs/tags/v$MAJOR.$MINOR"
git push --force origin "refs/tags/v$MAJOR" "refs/tags/v$MAJOR.$MINOR"
Loading

0 comments on commit fa0783b

Please sign in to comment.