diff --git a/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml b/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml index a37ec8e36d4..a1881adcf9e 100644 --- a/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml +++ b/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml @@ -55,9 +55,10 @@ targets: update-snapshot-label: name: '[updatecli] Update latest snapshot label step to {{ source "latestSnapshotMajorMinor" }}' kind: file - sourceid: latestSnapshot + sourceid: latestSnapshotMajorMinor scmid: default spec: file: '.buildkite/pipeline.schedule-daily.yml' matchpattern: '(Stack Version v8\.)[^\s]+"$' - replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}' + replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}"' +