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 afe24ca commit 6532384Copy full SHA for 6532384
.github/workflows/publish.yml
@@ -14,6 +14,6 @@ jobs:
14
node-version: 12
15
registry-url: https://registry.npmjs.org/
16
- run: yarn install
17
- - run: yarn publish --access public --new-version ${GITHUB_REF#refs/tags/}
+ - run: yarn publish --access public --new-version ${GITHUB_REF#refs/tags/} --no-git-tag-version
18
env:
19
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments