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 1813fe9 commit 2ea12bdCopy full SHA for 2ea12bd
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
git config user.name "${{ github.actor }}"
82
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
83
84
- - name: Release packages on '${{ inputs.channel }}' channel
+ - name: Release packages on '${{ inputs.channel }}' channel ${{ inputs.dry-run && '(dry-run)' || ''}}
85
run: yarn release -c ${{ inputs.channel }} --verbose ${{ inputs.publish-only && '--publishOnly' || '' }} ${{ inputs.skip-publish && '--skipPublish' || '' }} ${{ inputs.github-release && '--githubRelease' || '' }} ${{ inputs.dry-run && '--dryRun' || '' }}
86
env:
87
RELEASE_ENABLED: ${{ vars.RELEASE_ENABLED }}
0 commit comments