Skip to content

Commit

Permalink
how did that get there in the first place?
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Jun 24, 2024
1 parent 3e4ffe8 commit 4fa36a1
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 @@ -92,4 +92,4 @@ jobs:
assets+=("-a" "$asset/$asset")
done
tag_name="${{ env.VERSION }}"
echo "$body" | hub release create --draft "${assets[@]}" -F "-" "$tag_name"
echo "$body" | gh release create --draft "${assets[@]}" -F "-" "$tag_name"

0 comments on commit 4fa36a1

Please sign in to comment.