Skip to content

Commit d5a3656

Browse files
committed
I give up and let's just clean this up
1 parent 1ff53b3 commit d5a3656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
-H "Accept: application/vnd.github.v3+json" \
9595
https://api.github.com/repos/${{ github.repository }}/releases \
9696
-d "{\"tag_name\":\"${{ steps.taginfo.outputs.tag }}\",\"name\":\"${{ steps.taginfo.outputs.tag }}\",\"body\":$(echo '${{ steps.taginfo.outputs.body }}' | jq -Rs .),\"draft\":false,\"prerelease\":false}")
97-
97+
9898
UPLOAD_URL=$(echo $RESPONSE | jq -r '.upload_url' | sed 's/{?name,label}//')
9999
echo "upload_url=$UPLOAD_URL" >> $GITHUB_OUTPUT
100100

0 commit comments

Comments
 (0)