Skip to content

Commit

Permalink
fix: checkout source (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
avtakkar authored Mar 20, 2024
1 parent b9ece3c commit 9ed2c35
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Check Out Source Code
if: ${{ success() }}
uses: actions/checkout@v2
with:
ref: ${{ needs.publish.outputs.get_git_tag.outputs.git_tag }}

- name: 'Make'
run: |
PEERD_IMAGE_TAG=${{ env.TAG }} make tests-ci-aks
PEERD_IMAGE_TAG=${{ needs.publish.outputs.get_git_tag.outputs.git_tag }} make tests-ci-aks

0 comments on commit 9ed2c35

Please sign in to comment.