Skip to content

Commit 9323c69

Browse files
committed
ci: use simple-dist-tag for automatic dist tag for npm publish
1 parent 31fa19f commit 9323c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: pnpm build
4040

4141
- name: Publish
42-
run: pnpm publish --no-git-checks
42+
run: pnpm publish --no-git-checks --tag $(npx simple-dist-tag)
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)