Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ad98c commit ebcc641Copy full SHA for ebcc641
.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