We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9149f commit d4f4765Copy full SHA for d4f4765
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
steps:
82
- uses: actions/checkout@v4
83
with:
84
- ref: ${{ steps.TAG_UTIL.outputs.githubTag }}
+ ref: ${{ needs.tag.outputs.githubTag}}
85
86
- name: Install qemu dependency
87
run: |
0 commit comments