We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69f649b + 83c094c commit 078daaaCopy full SHA for 078daaa
.github/workflows/release.yml
@@ -43,4 +43,4 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: |
45
tag="${GITHUB_REF##*/}"
46
- gh release create --draft --title "${tag}" "${tag}" iso/alpine-lima-{std,rd}-*
+ gh release create --draft --title "${tag}" "${tag}" iso/alpine-lima-std-*
0 commit comments