Skip to content

Commit 400273a

Browse files
committed
fix(releases): using oidc
1 parent aafea08 commit 400273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: 🚀 Publish package
5555
id: publish
5656
if: ${{ steps.release.outputs.release_created }}
57-
run: npm publish ./dist --access public
57+
run: NODE_AUTH_TOKEN="" npm publish ./dist --access public --provenance
5858
env:
5959
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)