Skip to content

Commit d2cdd99

Browse files
committed
release.yaml: use --no-git-tag-version for yarn publish
1 parent ada7e38 commit d2cdd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config user.name 'GitHub action executed on release'
3333
git config user.email 'github@users.noreply.github.com'
3434
- run: yarn install
35-
- run: yarn publish --new-version ${{ env.VERSION }}
35+
- run: yarn publish --new-version ${{ env.VERSION }} --no-git-tag-version
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}
3838
- name: Create Pull Request

0 commit comments

Comments
 (0)