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 4722853 commit 0f5b738Copy full SHA for 0f5b738
.github/workflows/boilerplate-release.yml
@@ -21,7 +21,8 @@ jobs:
21
git config --global user.name "ReactNativeBoilerplate Bot"
22
git config --global user.email "[email protected]"
23
npm --no-git-tag-version version ${{ github.event.release.name }}
24
- - run: npm publish
+ - name: Publish to NPM
25
+ run: npm publish
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- name: Commit and push
0 commit comments