Skip to content

Commit

Permalink
chore: use proper tag
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Feb 29, 2024
1 parent 4c9149f commit d4f4765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ steps.TAG_UTIL.outputs.githubTag }}
ref: ${{ needs.tag.outputs.githubTag}}

- name: Install qemu dependency
run: |
Expand Down

0 comments on commit d4f4765

Please sign in to comment.