Skip to content

Commit fb55b7b

Browse files
committed
Publish again with npm token.
1 parent 3dd03c6 commit fb55b7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

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

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

7274
deploy-docs:
7375
needs: build

0 commit comments

Comments
 (0)