We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a4360 commit 6a00f6eCopy full SHA for 6a00f6e
1 file changed
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
git config user.name "github-actions[bot]"
56
git config user.email "github-actions[bot]@users.noreply.github.com"
57
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
58
- pnpm exec nx release ${{ github.event.inputs.version || '' }} --skip-publish --verbose --dryRun=${{ github.event.inputs.dryRun }} --yes
+ pnpm exec nx release ${{ github.event.inputs.version || '' }} --skip-publish --verbose --dryRun=${{ github.event.inputs.dryRun }}
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
0 commit comments