We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d998dfe commit 2954b8dCopy full SHA for 2954b8d
.github/workflows/release.yml
@@ -52,14 +52,14 @@ jobs:
52
npx nx release --skip-publish
53
npx nx release publish --excludeTaskDependencies
54
env:
55
- GITHUB_TOKEN: $${{ steps.generate-token.outputs.token }}
+ GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
56
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57
NPM_CONFIG_PROVENANCE: true
58
59
- name: Release Publish Dry-Run
60
if: ${{ !inputs.auto_publish }}
61
run: npx nx release publish --excludeTaskDependencies --dry-run
62
63
64
65
0 commit comments