Skip to content

Commit d115e17

Browse files
committed
typo preventing release version from getting to docker push workflow
1 parent 5686a9a commit d115e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ jobs:
234234
with:
235235
token: ${{ secrets.REPO_ACCESS_TOKEN }}
236236
event-type: push-docker-image
237-
client-payload: '{"version": "${{ needs.format-version.outputs.version }}", "release_id": "${{ needs.create-pgo-release.outputs.release_id }}" }'
237+
client-payload: '{"version": "${{ needs.format-version.outputs.version }}", "release_id": "${{ needs.create-release.outputs.release_id }}" }'

0 commit comments

Comments
 (0)