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 7a7406c commit a89817cCopy full SHA for a89817c
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
CI: true
82
- name: publish
83
- run: yarn publish --new-version "${{ github.event.release.tag_name }}"
+ run: yarn publish --no-git-tag-version --new-version "${{ github.event.release.tag_name }}"
84
85
86
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments