From 9d605cdd0f59079782c97d7a8ac679993464878a Mon Sep 17 00:00:00 2001 From: Sandip Samal Date: Thu, 3 Oct 2024 12:30:20 -0400 Subject: [PATCH] update github ref tags --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee21e5a..7d7ca6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Get git tag id: git_info if: startsWith(github.ref, 'refs/tags/') - run: echo "tag=${{ github.ref }}" >> $GITHUB_OUTPUT + run: echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT - name: Decide image tag name id: determine