Skip to content

Commit 88ef79d

Browse files
committed
Changing Case of NPM token
1 parent e14b10a commit 88ef79d

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
@@ -15,4 +15,4 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm publish
1717
env:
18-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
18+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)