Skip to content

Commit 5545276

Browse files
committed
ci: fix release step
1 parent 0fb09fe commit 5545276

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ jobs:
8282
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8383
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
8484
run: |
85-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
86-
npx nx release --skipPublish
85+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
86+
npx nx release --yes
8787
git push --follow-tags
88-
npx nx release publish
8988
- name: Run Code PushUp on release commit
9089
uses: code-pushup/github-action@v0
9190
with:

0 commit comments

Comments
 (0)