Skip to content

Commit ca8cfa8

Browse files
committed
fix(ci): ensure correct release-dispatch workflow
1 parent b7d0ab6 commit ca8cfa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
9090
### Next Steps
9191
Once this PR is merged, the release workflow will automatically:
92-
${{ inputs.release_type == 'workspace' && '1. Tag the release as `workspace-v' + steps.release-info.outputs.NEW_VERSION + '`
93-
2. No binaries or Docker images will be built (workspace release only)' || format('1. Build `{0}` binaries for 6 platforms (Linux, macOS, Windows on x64/ARM)
92+
${{ inputs.release_type == 'workspace' && format('1. Tag the release as `workspace-v{0}`
93+
2. No binaries or Docker images will be built (workspace release only)', steps.release-info.outputs.NEW_VERSION) || format('1. Build `{0}` binaries for 6 platforms (Linux, macOS, Windows on x64/ARM)
9494
2. Create a draft GitHub release with all artifacts
9595
3. Build and push multi-platform Docker image to GHCR: `{0}:{1}`', inputs.release_type, steps.release-info.outputs.NEW_VERSION) }}
9696

0 commit comments

Comments
 (0)