Skip to content

Commit fbd661b

Browse files
committed
fix gh actions release
1 parent 1db1112 commit fbd661b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
tag: alpha
4343
prepareScript: 'pnpm run build'
4444
env:
45+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4546
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
NPM_CONFIG_PROVENANCE: true
4749

4850
release-candidate:
4951
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)