Skip to content

Commit 60f7879

Browse files
committed
fix(cd): use JS-DevTools/npm-publish
1 parent 83f050b commit 60f7879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
node-version: '20.x'
1818
registry-url: 'https://registry.npmjs.org'
19-
- run: npm publish
20-
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19+
- uses: JS-DevTools/npm-publish@v3
20+
with:
21+
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)