Skip to content

Commit abdbbe8

Browse files
committed
Fix publishing with GitHub OIDC
1 parent 1ca1e38 commit abdbbe8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ jobs:
6767

6868
- name: Publish to npm
6969
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
70-
env:
71-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
72-
run: npm publish --access public ./*.tgz --tag experimental
70+
run: npm publish --provenance --access public --tag experimental ./*.tgz
7371

7472
deploy-docs:
7573
needs: build

0 commit comments

Comments
 (0)