Skip to content

Commit

Permalink
Merge pull request #226 from ericzbeard/v1-7-1
Browse files Browse the repository at this point in the history
v1.7 fix release action
  • Loading branch information
ericzbeard committed Dec 12, 2023
2 parents 5f2be28 + 7df9694 commit ed6ccf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
(echo "${GITHUB_REF##*/}"; echo; git cherry -v "$(git describe --abbrev=0 HEAD^)" | cut -d" " -f3-) > CHANGELOG
assets=()
for zip in ./dist/*.zip; do
assets+=("-a" "$zip")
assets+=("$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 ed6ccf5

Please sign in to comment.