From 423f86ce09a62ed551ca5a8f3a4dbd0eb709aac2 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:16:23 -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 f96c2a0..4988b0b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,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: Check Release Tag Format run: |