From 0df91fe5acba716384ee3ac7ea136bd46b13e71c Mon Sep 17 00:00:00 2001 From: Ciara Stacke <18287516+ciarams87@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:51:45 +0000 Subject: [PATCH] Upload conformance profiles to the correct release --- .github/workflows/conformance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 4669a4ecfa..bac3e5830a 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -196,7 +196,7 @@ jobs: if: ${{ inputs.production-release && inputs.enable-experimental }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ github.ref_name }} conformance-profile.yaml --clobber + run: gh release upload ${{ inputs.release_version }} conformance-profile.yaml --clobber working-directory: ./tests - name: Run inference conformance tests @@ -217,5 +217,5 @@ jobs: if: ${{ inputs.production-release && inputs.enable-experimental }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ github.ref_name }} conformance-profile-inference.yaml --clobber + run: gh release upload ${{ inputs.release_version }} conformance-profile-inference.yaml --clobber working-directory: ./tests