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 568b0f9 commit 5a87be1Copy full SHA for 5a87be1
.github/workflows/publish.yml
@@ -68,8 +68,8 @@ jobs:
68
- name: Publish to npm
69
run: npm publish --tag latest --dry-run
70
71
- - name: Push commit and tag
72
- run: git push origin main --follow-tags
+ - name: Push tag
+ run: git push origin v${{ inputs.version }}
73
74
# - name: Create GitHub Release
75
# run: gh release create v${{ inputs.version }} --title "v${{ inputs.version }}" --generate-notes
0 commit comments