Skip to content

Commit 810b0e1

Browse files
committed
Clear NODE_AUTH_TOKEN before publish
1 parent 1285c4b commit 810b0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cdp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: npm ci
2929

3030
- name: Publish Package
31-
run: npm publish --verbose
31+
run: NODE_AUTH_TOKEN="" npm publish --provenance --access public

0 commit comments

Comments
 (0)