From 63da2695495cc89dc0e8ebe9219c6476fa14c5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Mon, 3 Jun 2024 15:17:25 +0200 Subject: [PATCH] ci: fix release step --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30fecd1e6..21a05ba7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: