From 321993d20c9ed5805bd566d4a5df3193a0589c48 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Thu, 8 Aug 2024 14:19:02 +0200 Subject: [PATCH] Fix script --- .ci/updatecli.d/bump-upstream-agent-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/updatecli.d/bump-upstream-agent-version.yml b/.ci/updatecli.d/bump-upstream-agent-version.yml index 8a329f62..53392bab 100644 --- a/.ci/updatecli.d/bump-upstream-agent-version.yml +++ b/.ci/updatecli.d/bump-upstream-agent-version.yml @@ -51,7 +51,7 @@ targets: kind: shell # toml action currently erases comments, so we fallback to regex-replace scmid: githubConfig spec: - command: gradle/update-upstream.sh v"{{ source "upstream-agent-version" }} + command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }} actions: open-pr: