Skip to content

Commit 14f0562

Browse files
committed
chore: fix wrong no tag option
1 parent 43c7e8c commit 14f0562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
commit_message: 'chore: sync changelog'
6868

6969
- name: Publish package for NPM
70-
run: pnpm publish --access public --no-git-checks
70+
run: pnpm publish --access public --no-git-checks --tag main
7171
env:
7272
NPM_CONFIG_PROVENANCE: true
7373

0 commit comments

Comments
 (0)