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 25f0a61 commit 3b06815Copy full SHA for 3b06815
.github/workflows/release-4.1.x-alphas.yaml
@@ -31,6 +31,6 @@ jobs:
31
"prerelease": true,
32
"prerelease_kind": "alpha",
33
"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 }})",
+ "release_title": "RabbitMQ ${{ vars.SERVER_41_NEXT_PATCH_VERSION }}-alpha.${{ env.PRERELEASE_IDENTIFIER }} (from ${{ github.event.repository.pushed_at }})",
35
"base_version": "${{ vars.SERVER_41_NEXT_PATCH_VERSION }}"
36
}
0 commit comments