Skip to content

Commit 6bf7a53

Browse files
committed
CLDSRV-865: Use correct input name for scality-kms release dispatch
The scality-kms release.yaml expects `cloudserver-version` but cloudserver was passing `tag`, causing HTTP 422 on release.
1 parent 5a1dfae commit 6bf7a53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
gh workflow run release.yaml \
110110
--repo scality/scality-kms \
111111
--ref main \
112-
--field tag=${{ github.event.inputs.tag }}
112+
--field cloudserver-version=${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)