Skip to content

Commit 5b8835d

Browse files
authored
Update build.yml
1 parent 001184d commit 5b8835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
if: env.DEPLOY_PACKAGE == 'true'
4141
run: npm pack && npm publish --access public
4242
env:
43-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
43+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)