Skip to content

Commit

Permalink
chore: hub => gh
Browse files Browse the repository at this point in the history
  • Loading branch information
vincss committed Dec 5, 2023
1 parent 23e2c39 commit 9443f09
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 @@ -53,7 +53,7 @@ jobs:
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
gh release create "$tag_name" -m "$tag_name" "${assets[@]}"
gh release create "$tag_name" -t "$tag_name" "${assets[@]}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9443f09

Please sign in to comment.