Skip to content

Commit 2420431

Browse files
committed
fix(cd): use the right variable
1 parent 00b43e1 commit 2420431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: npm publish
2020
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM }}
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
- run: |
2323
git config --global user.name "ReactNativeBoilerplate Bot"
2424
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)