Skip to content

Commit

Permalink
Ensure tags are annotated
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Apr 14, 2020
1 parent 9acba55 commit 2c545a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
tag=${ref:11} # 0.0.1
npx lerna version $tag --yes --no-git-tag-version --no-push
git commit -am "v$tag"
git tag -f v$tag
git tag -af v$tag -m v$tag
git push && git push --tags -f
# Necessary because publisher installs npm,
# which will be the default npm used to run
Expand Down

0 comments on commit 2c545a1

Please sign in to comment.