Skip to content

Commit 4048532

Browse files
committed
fix: publish wkflow
1 parent b9656be commit 4048532

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-and-publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ jobs:
8181
title: ${{ env.PR_TITLE }}
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsup",
2222
"dev": "tsup --watch",
2323
"update-jsr-version": "node --import tsx ./tools/update-jsr-version.mts",
24-
"publish-package": "changeset publish",
24+
"publish-package": "changeset publish -- --provenance",
2525
"publish-package-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty",
2626
"check-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty --dry-run",
2727
"check-npm": "npm publish --dry-run",

0 commit comments

Comments
 (0)