Skip to content

Commit 2ea12bd

Browse files
committed
ci(release): Add visual indicator of workflow dry run
1 parent 1813fe9 commit 2ea12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
git config user.name "${{ github.actor }}"
8282
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
8383
84-
- name: Release packages on '${{ inputs.channel }}' channel
84+
- name: Release packages on '${{ inputs.channel }}' channel ${{ inputs.dry-run && '(dry-run)' || ''}}
8585
run: yarn release -c ${{ inputs.channel }} --verbose ${{ inputs.publish-only && '--publishOnly' || '' }} ${{ inputs.skip-publish && '--skipPublish' || '' }} ${{ inputs.github-release && '--githubRelease' || '' }} ${{ inputs.dry-run && '--dryRun' || '' }}
8686
env:
8787
RELEASE_ENABLED: ${{ vars.RELEASE_ENABLED }}

0 commit comments

Comments
 (0)