We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0dd1c commit a014d56Copy full SHA for a014d56
.github/scripts/on-release.sh
@@ -23,6 +23,7 @@ RELEASE_PRE=`echo $EVENT_JSON | jq -r '.release.prerelease'`
23
RELEASE_TAG=`echo $EVENT_JSON | jq -r '.release.tag_name'`
24
RELEASE_BRANCH=`echo $EVENT_JSON | jq -r '.release.target_commitish'`
25
RELEASE_ID=`echo $EVENT_JSON | jq -r '.release.id'`
26
+RELEASE_BODY=`echo $EVENT_JSON | jq -r '.release.body'`
27
28
OUTPUT_DIR="$GITHUB_WORKSPACE/build"
29
PACKAGE_NAME="esp32-$RELEASE_TAG"
0 commit comments