Skip to content

Commit d56b3d4

Browse files
committed
chore: fix dist tag
1 parent 100ef8b commit d56b3d4

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 --tag main
70+
run: pnpm publish --access public --no-git-checks --tag latest
7171
env:
7272
NPM_CONFIG_PROVENANCE: true
7373

0 commit comments

Comments
 (0)