Skip to content

Commit

Permalink
Actions, alpha build: try passing in a different prerelease_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 4, 2024
1 parent a1e78dc commit de0d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.RABBITMQCI_BOT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/rabbitmq/server-packages/dispatches \
-d '{"event_type": "new_4.1.x_alpha", "client_payload": {"prerelease": true, "prerelease_kind": "alpha", "prerelease_identifier": "${{ env.SHORT_SHA }}", "base_version": "4.1.0"}}'
-d '{"event_type": "new_4.1.x_alpha", "client_payload": {"prerelease": true, "prerelease_kind": "alpha", "prerelease_identifier": "${{ $SHORT_SHA }}", "base_version": "4.1.0"}}'

0 comments on commit de0d8cf

Please sign in to comment.