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 bfbfeb8 + ccae2ae commit 629c220Copy full SHA for 629c220
.github/workflows/release.yml
@@ -58,4 +58,4 @@ jobs:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
run: |
60
tag="${GITHUB_REF##*/}"
61
- hub release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*
+ gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*
0 commit comments