From b853ae392b7aa34dd97c96fe76b86362547f6489 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Wed, 7 Aug 2024 14:26:19 +0200 Subject: [PATCH] Update sourceid --- .../workflows/updatecli.d/bump-latest-snapshot-version.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" }}"' +