We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b490 commit 3431740Copy full SHA for 3431740
.github/workflows/manual-tag.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Update version
23
run: |
24
npm version ${{ env.RELEASE_VERSION }}
25
- git push origin ${{ env.RELEASE_VERSION }}
+ git push && git push --tags
0 commit comments