Skip to content

Commit 8b47312

Browse files
committed
Oof, typo
1 parent 3b683c3 commit 8b47312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: npm ci
2323
- run: npm publish --provenance --access public
2424
env:
25-
NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.
25+
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.

0 commit comments

Comments
 (0)