Skip to content

Commit 20d03ee

Browse files
committed
Stop yarn from committing
1 parent 0a91b21 commit 20d03ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- run: yarn --frozen-lockfile
2424
- run: yarn build
2525
- run: yarn export-types
26-
- run: yarn config set version-commit-hooks false
27-
- run: yarn publish --new-version ${GITHUB_REF:10}
26+
- run: yarn publish --new-version ${GITHUB_REF:10} --no-git-tag-version
2827
env:
2928
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)