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.
hub
gh
1 parent b4d4c31 commit 14d09a8Copy full SHA for 14d09a8
.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