Skip to content

Commit 7facb5c

Browse files
committed
Conditionally suffix "dry-run" to release-job
1 parent 94b7a91 commit 7facb5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
release:
130130
needs: [ version, push ]
131131
runs-on: ubuntu-latest
132+
name: ${{ needs.version.outputs.releasable == 'true' && 'release' || 'release (dry-run)' }}
132133
permissions:
133134
contents: write
134135
steps:

0 commit comments

Comments
 (0)