Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit d1afc62

Browse files
committed
ci: release 发版时明确指定 tag
1 parent 839d4ac commit d1afc62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Publish to npm
46-
run: pnpm publish --access public --no-git-checks
46+
run: pnpm publish --access public --no-git-checks --tag latest
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)