Skip to content

Commit 3b06815

Browse files
4.1.x alpha build workflow: correct next patch version
1 parent 25f0a61 commit 3b06815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-4.1.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
"prerelease": true,
3232
"prerelease_kind": "alpha",
3333
"prerelease_identifier": "${{ env.PRERELEASE_IDENTIFIER }}",
34-
"release_title": "RabbitMQ ${{ vars.SERVER_40_NEXT_PATCH_VERSION }}-alpha.${{ env.PRERELEASE_IDENTIFIER }} (from ${{ github.event.repository.pushed_at }})",
34+
"release_title": "RabbitMQ ${{ vars.SERVER_41_NEXT_PATCH_VERSION }}-alpha.${{ env.PRERELEASE_IDENTIFIER }} (from ${{ github.event.repository.pushed_at }})",
3535
"base_version": "${{ vars.SERVER_41_NEXT_PATCH_VERSION }}"
3636
}

0 commit comments

Comments
 (0)