Skip to content

Commit

Permalink
fix: publishing a release creates a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 14, 2021
1 parent e993f50 commit 2dd4bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
git config user.name "Version Bot"
git config user.email "version-bot@users.noreply.github.com"
npm version $(gh release view --json tagName --jq ".tagName") -m "release: %s"
npm version $(gh release view --json tagName --jq ".tagName") -m "release: %s" --allow-same-version
git push --follow-tags
macos:
Expand Down

0 comments on commit 2dd4bf9

Please sign in to comment.