Skip to content

Commit

Permalink
add: tag annotation for --follow-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Apr 11, 2022
1 parent 6691f7a commit 5903f18
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 @@ -45,7 +45,7 @@ jobs:
git add packages/react-babylonjs/package.json
git commit -m "release ${PACKAGE_VERSION} :package:${{ github.event.inputs.comment }}"
git status
git tag v${PACKAGE_VERSION}
git tag -a v${PACKAGE_VERSION} -m "version ${PACKAGE_VERSION}"
git push --follow-tags
git status
sleep 1m
Expand Down

0 comments on commit 5903f18

Please sign in to comment.