Skip to content

Commit a2eee4c

Browse files
committed
Fix release workflow to work with OIDC
1 parent e5fe306 commit a2eee4c

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
@@ -21,6 +21,4 @@ jobs:
2121

2222
- run: npm install
2323
- run: npm run compile
24-
- run: npm publish
25-
env:
26-
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'
24+
- run: npm publish --provenance

0 commit comments

Comments
 (0)