From 51479c499195af330b0d775d25a66b7dc8a30319 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:12:35 -0400 Subject: [PATCH] SWI-11591 Update Tag Logic in Deploy WF --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 185917c4..d36d68c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,9 @@ jobs: steps: - name: Set Release Version - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV + run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV + env: + TAG: ${{ github.event.release.tag_name }} - name: Checkout uses: actions/checkout@v6