We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdd338 commit 9229812Copy full SHA for 9229812
.github/workflows/release.yml
@@ -53,5 +53,6 @@ jobs:
53
- name: Release new version 🛠
54
run: pnpm exec nx release ${{ github.event.inputs.version || '' }} --verbose --dryRun=${{ github.event.inputs.dryRun }}
55
env:
56
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58
NPM_CONFIG_PROVENANCE: true
0 commit comments