Skip to content

Commit

Permalink
ci: fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jun 3, 2024
1 parent 0fb09fe commit 63da269
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
npx nx release --skipPublish
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
npx nx release --yes
git push --follow-tags
npx nx release publish
- name: Run Code PushUp on release commit
uses: code-pushup/github-action@v0
with:
Expand Down

0 comments on commit 63da269

Please sign in to comment.