From 08e5d55022d5f8e9ffe73d5006918755ba8d1dfe Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Wed, 7 Aug 2024 14:07:26 +0200 Subject: [PATCH] Fix typo --- .github/workflows/updatecli.d/bump-latest-snapshot-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml b/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml index 36b1e5432dc..438d607daae 100644 --- a/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml +++ b/.github/workflows/updatecli.d/bump-latest-snapshot-version.yml @@ -60,4 +60,4 @@ targets: spec: file: '.buildkite/pipeline.schedule-daily.yml' matchpattern: '(Stack Version v8\.)[^\s]+)+ ' - replacepattern: 'Stack Vresion v{{ source "latestSnapshotMajorMinor" }}' + replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}'