Skip to content

Commit f4e3c92

Browse files
authored
chore: add tag flag for pnpm (#1688)
1 parent 81612f5 commit f4e3c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
node-version: "24.x"
2222
registry-url: "https://registry.npmjs.org"
2323
- run: pnpm install
24-
- run: pnpm publish --provenance --access public --no-git-checks
24+
- run: pnpm publish --provenance --access public --no-git-checks --tag latest

0 commit comments

Comments
 (0)