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.
--dry-run
1 parent c001ec9 commit 3f2bb90Copy full SHA for 3f2bb90
.github/workflows/release.yml
@@ -108,4 +108,4 @@ jobs:
108
return `--workspaces ${process.env.WORKSPACES.split(',').join(' ')}`;
109
result-encoding: string
110
- name: Release
111
- run: yarn release run snapshot --skip-prompts --skip-auth-check --use-auth-token --dry-run ${{ steps.prepare_workspaces.outputs.result }}
+ run: yarn release run snapshot --skip-prompts --skip-auth-check --use-auth-token ${{ inputs.dry_run && '--dry-run'}} ${{ steps.prepare_workspaces.outputs.result }}
0 commit comments