Skip to content

Commit 1b4ce5d

Browse files
Alpha builds workflow: try to address a JSON parsing error
1 parent 701dc16 commit 1b4ce5d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/alpha-build.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,4 @@ jobs:
2727
-H "Authorization: Bearer ${{ secrets.RABBITMQCI_BOT_TOKEN }}" \
2828
-H "X-GitHub-Api-Version: 2022-11-28" \
2929
https://api.github.com/repos/${{ env.DEV_WORKFLOW_REPOSITORY }}/dispatches \
30-
-d '{ \
31-
"event_type": "new_4.1.x_alpha", \
32-
"client_payload": { \
33-
"release_repository": "rabbitmq/${{ env.DEV_WORKFLOW_REPOSITORY }}", \
34-
"release_description": "Built from https://github.com/rabbitmq/rabbitmq-server/commit/${{ github.sha }} at ${{ env.PRERELEASE_TIMESTAMP }}", \
35-
"prerelease": true, \
36-
"prerelease_kind": "alpha",\
37-
"prerelease_identifier": "${{ env.PRERELEASE_IDENTIFIER }}",\
38-
"prerelease_title": "RabbitMQ alpha build, timestamp: ${{ env.PRERELEASE_TIMESTAMP }}, version: 4.1.0-alpha.${{ env.PRERELEASE_IDENTIFIER }}",\
39-
"base_version": "4.1.0"
40-
}}'
30+
-d '{ "event_type": "new_4.1.x_alpha", "client_payload": {"release_repository": "${{ env.DEV_WORKFLOW_REPOSITORY }}", "release_description": "Built from https://github.com/rabbitmq/rabbitmq-server/commit/${{ github.sha }} at ${{ env.PRERELEASE_TIMESTAMP }}", "prerelease": true, "prerelease_kind": "alpha", "prerelease_identifier": "${{ env.PRERELEASE_IDENTIFIER }}", "prerelease_title": "RabbitMQ alpha build, timestamp: ${{ env.PRERELEASE_TIMESTAMP }}, version: 4.1.0-alpha.${{ env.PRERELEASE_IDENTIFIER }}", "base_version": "4.1.0" }}'

0 commit comments

Comments
 (0)