Skip to content

Commit d4f4765

Browse files
committed
chore: use proper tag
1 parent 4c9149f commit d4f4765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v4
8383
with:
84-
ref: ${{ steps.TAG_UTIL.outputs.githubTag }}
84+
ref: ${{ needs.tag.outputs.githubTag}}
8585

8686
- name: Install qemu dependency
8787
run: |

0 commit comments

Comments
 (0)