Skip to content

Commit 088f9af

Browse files
committed
fix(cd): npm publish fix
1 parent 4ed2369 commit 088f9af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: '20.x'
18-
- uses: JS-DevTools/npm-publish@v3
19-
with:
20-
token: ${{ secrets.NPM_TOKEN }}
18+
registry-url: 'https://registry.npmjs.org'
19+
- uses: npm publish
20+
env:
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2122
- run: |
2223
git config --global user.name "ReactNativeBoilerplate Bot"
2324
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)