Skip to content

Commit

Permalink
fix(actions): fix releasing (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 5, 2021
1 parent 248a66f commit be44457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: git config --local user.email '${{ github.actor }}@users.noreply.github.com'
- run: npm run release
- run: echo "::set-output name=tag::$(git describe --abbrev=0)"
id: set-tag
id: get-tag
- run: git push --follow-tags
- run: git tag --force --annotate --message 'Release v2' v2
- run: git push --tags --force origin v2
Expand Down

0 comments on commit be44457

Please sign in to comment.