Skip to content

Commit 6a69f03

Browse files
author
devgioele
committed
fix release workflow
1 parent 83da7eb commit 6a69f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
node-version: ${{ env.NODE_VERSION }}
2222
- run: npm publish
2323
env:
24-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)