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: