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 9883245 commit c564361Copy full SHA for c564361
1 file changed
.github/workflows/publish_release.yml
@@ -31,8 +31,7 @@ jobs:
31
npm version ${{ steps.version.outputs.version }} --no-git-tag-version
32
git add package.json
33
git commit -m "${{ steps.version.outputs.version }}"
34
- git push
35
- git tag --force ${{ github.event.release.tag_name }} HEAD
+ git tag --force ${{ github.event.release.tag_name }}
36
git push --force --tags
37
- if: ${{ github.event.action == 'prereleased' }}
38
name: Publish on npmjs.com [prerelease]
0 commit comments