We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb09fe commit 5545276Copy full SHA for 5545276
1 file changed
.github/workflows/release.yml
@@ -82,10 +82,9 @@ jobs:
82
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
83
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
84
run: |
85
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
86
- npx nx release --skipPublish
+ echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
+ npx nx release --yes
87
git push --follow-tags
88
- npx nx release publish
89
- name: Run Code PushUp on release commit
90
uses: code-pushup/github-action@v0
91
with:
0 commit comments