From de349404b822eaa40ed97b0912ff9101a7de1578 Mon Sep 17 00:00:00 2001 From: tnthornton <2375126+tnthornton@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:48:14 -0700 Subject: [PATCH] Remove version pinning --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 064c0cf..c85e741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,6 @@ jobs: with: skip-login: true channel: main - version: v0.39.0-384.g0a0c8634 # we need compositionTests with functionCredentialsPath - name: Update package version in upbound.yaml run: | sed -i "s/version: v0.0.1/version: ${{ env.XPKG_VERSION }}/" upbound.yaml