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 69f649b commit 83c094cCopy full SHA for 83c094c
.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