Skip to content

Commit

Permalink
fix(cd): fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Feb 27, 2024
1 parent a8b3537 commit 4722853
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/boilerplate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: |
- name: Bump version
run: |
git config --global user.name "ReactNativeBoilerplate Bot"
git config --global user.email "[email protected]"
npm --no-git-tag-version version ${{ github.event.release.name }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit and push
run: |
git add .
Expand Down

0 comments on commit 4722853

Please sign in to comment.