We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f050b commit 60f7879Copy full SHA for 60f7879
.github/workflows/boilerplate-release.yml
@@ -16,9 +16,9 @@ jobs:
16
with:
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
- - run: npm publish
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - uses: JS-DevTools/npm-publish@v3
+ with:
+ token: ${{ secrets.NPM_TOKEN }}
22
- run: |
23
git config --global user.name "ReactNativeBoilerplate Bot"
24
git config --global user.email "j.dolle.bot@thecodingmachine.com"
0 commit comments