Skip to content

Commit

Permalink
More script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 13, 2024
1 parent 37054e9 commit 2b9f2d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scripts/github/release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
set -ev

BODY="{
\"tag_name\": \"${GITHUB_REF_NAME}\",
\"target_commitish\": \"${GITHUB_SHA}\",
\"name\": \"${GITHUB_REF_NAME}\",
\"body\": \"$(cat ../../changelog/"$GITHUB_REF_NAME")\"
\"body\": \"$(cat "$GITHUB_WORKSPACE"/changelog/"$GITHUB_REF_NAME")\"
}"

RESPONSE_BODY=$(curl -s \
Expand Down

0 comments on commit 2b9f2d4

Please sign in to comment.