Skip to content

Commit

Permalink
Replace hub edit with gh release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzbeard committed Dec 12, 2023
1 parent 64c6476 commit cd8af54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
for zip in ./dist/*.zip; do
assets+=("-a" "$zip")
done
gh release edit "${assets[@]}" -m "" "${GITHUB_REF##*/}"
gh release upload "${GITHUB_REF##*/}" "${assets[@]}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cd8af54

Please sign in to comment.