Skip to content

Commit 464f0b6

Browse files
committed
build: update publish workflow
1 parent 84c614d commit 464f0b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ jobs:
5555
run: pnpm build
5656

5757
- name: Publish to NPM
58-
run: pnpm publish ./build --access public --no-git-checks
59-
env:
60-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58+
run: pnpm publish ./build --access public --no-git-checks --provenance
6159

6260
docs:
6361
name: Build & Deploy Docs

0 commit comments

Comments
 (0)