Skip to content

Commit 6da5541

Browse files
committed
Fix build
1 parent aff4803 commit 6da5541

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
@@ -41,4 +41,4 @@ jobs:
4141
- name: Publish
4242
run: cd dist && npm publish --access public
4343
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)