From 785de9be8eb9ac05d34cca3112d8539ca9fd992a Mon Sep 17 00:00:00 2001 From: Martin Catty Date: Tue, 26 May 2026 19:54:54 -0400 Subject: [PATCH] fix: pin agent-core to develop on release --- .github/workflows/release-on-semver-tag.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-on-semver-tag.yml b/.github/workflows/release-on-semver-tag.yml index f13776b..8951c0e 100644 --- a/.github/workflows/release-on-semver-tag.yml +++ b/.github/workflows/release-on-semver-tag.yml @@ -17,5 +17,4 @@ jobs: workload_kind: agent binary_name: fluid-agent-debian core_repository: fluid-pub/agent-core - # Empty core_ref: checkout agent-core at the same semver tag as this release. - core_ref: "" + core_ref: develop