Skip to content

Commit 62be092

Browse files
Remove NODE_AUTH_TOKEN for publish step
1 parent c55fa4d commit 62be092

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ jobs:
3131
path: ./storybook-static
3232
- run: npm publish --allow-directory=all
3333
if: github.event_name == 'release' && github.event.action == 'created'
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)