Skip to content

Commit

Permalink
fix: address yml issues (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviral Takkar <avtakkar@microsoft.com>
  • Loading branch information
avtakkar committed Jul 24, 2024
1 parent 9b46e79 commit 58dfc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58dfc66

Please sign in to comment.