Skip to content

Commit ca9e42c

Browse files
committed
Fix an issue with the JSON body sent for docker build event
1 parent c892bdc commit ca9e42c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/binary-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ jobs:
125125
token: ${{ secrets.REPO_ACCESS_TOKEN }}
126126
repository: appbaseio-confidential/rs-api-server
127127
event-type: publish_docker
128-
client-payload: '{"version": ${{ needs.determine_whether_to_run.outputs.version }} }'
128+
client-payload: '{"version": "${{ needs.determine_whether_to_run.outputs.version }}" }'

0 commit comments

Comments
 (0)