Skip to content

Commit

Permalink
fix(cd): add name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Feb 27, 2024
1 parent 4722853 commit 0f5b738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/boilerplate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
git config --global user.name "ReactNativeBoilerplate Bot"
git config --global user.email "j.dolle.bot@thecodingmachine.com"
npm --no-git-tag-version version ${{ github.event.release.name }}
- run: npm publish
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit and push
Expand Down

0 comments on commit 0f5b738

Please sign in to comment.