We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a91b21 commit 20d03eeCopy full SHA for 20d03ee
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,6 @@ jobs:
23
- run: yarn --frozen-lockfile
24
- run: yarn build
25
- run: yarn export-types
26
- - run: yarn config set version-commit-hooks false
27
- - run: yarn publish --new-version ${GITHUB_REF:10}
+ - run: yarn publish --new-version ${GITHUB_REF:10} --no-git-tag-version
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments