Skip to content

Commit

Permalink
fix: address yml syntax issues (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
avtakkar authored Mar 20, 2024
1 parent 28c988c commit 15f56dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
env:
REGISTRY: ghcr.io
REPO_PREFIX: ${{ format('azure/acr/dev/') }}

outputs:
git_tag: ${{ steps.get_git_tag.outputs.git_tag }}
steps:
- name: Get Git Tag
id: get_git_tag
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
contents: read
id-token: write # This is required for requesting the JWT from AAD.
env:
TAG: ${{ needs.publish.outputs.get_git_tag.outputs.git_tag }}
TAG: ${{ needs.publish.outputs.git_tag }}
steps:
- name: 'Az CLI login'
uses: azure/login@v1
Expand Down

0 comments on commit 15f56dd

Please sign in to comment.