From 0e12579bd23724e6454055a8eb8094ad03ff4589 Mon Sep 17 00:00:00 2001 From: Aviral Takkar Date: Wed, 20 Mar 2024 14:51:12 -0700 Subject: [PATCH] fix: address yml issues --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd3777e..4842c5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: contents: read id-token: write # This is required for requesting the JWT from AAD. env: - TAG: ${{ steps.publish.outputs.get_image_tag.outputs.docker_tag }} + TAG: ${GITHUB_REF#refs/tags/} steps: - name: 'Az CLI login' uses: azure/login@v1