Skip to content

Commit a89817c

Browse files
authored
build(publish): don't commit and tag on release
1 parent 7a7406c commit a89817c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
CI: true
8282
- name: publish
83-
run: yarn publish --new-version "${{ github.event.release.tag_name }}"
83+
run: yarn publish --no-git-tag-version --new-version "${{ github.event.release.tag_name }}"
8484
env:
8585
CI: true
8686
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
CI: true
119119
- name: publish
120-
run: yarn publish --new-version "${{ github.event.release.tag_name }}"
120+
run: yarn publish --no-git-tag-version --new-version "${{ github.event.release.tag_name }}"
121121
env:
122122
CI: true
123123
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)