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.
2 parents 1b38ad1 + 14d09a8 commit ff2cf52Copy full SHA for ff2cf52
.github/workflows/release.yml
@@ -98,6 +98,4 @@ jobs:
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
run: |
100
tag="${GITHUB_REF##*/}"
101
- asset_flags=()
102
- for f in _artifacts/*; do asset_flags+=("-a" "$f"); done
103
- hub release create "${asset_flags[@]}" -F /tmp/release-note.txt --draft "${tag}"
+ gh release create -F /tmp/release-note.txt --draft "${tag}" _artifacts/*
0 commit comments