Skip to content

Commit 915ae60

Browse files
authored
Merge pull request #2108 from dolthub/zachmu/docker-push-bug
typo preventing release version from getting to docker push workflow
2 parents 5686a9a + d115e17 commit 915ae60

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)