Skip to content

Commit a014d56

Browse files
facchinmpillo79
authored andcommitted
on_release: allow single board packages
1 parent 3a0dd1c commit a014d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/scripts/on-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RELEASE_PRE=`echo $EVENT_JSON | jq -r '.release.prerelease'`
2323
RELEASE_TAG=`echo $EVENT_JSON | jq -r '.release.tag_name'`
2424
RELEASE_BRANCH=`echo $EVENT_JSON | jq -r '.release.target_commitish'`
2525
RELEASE_ID=`echo $EVENT_JSON | jq -r '.release.id'`
26+
RELEASE_BODY=`echo $EVENT_JSON | jq -r '.release.body'`
2627

2728
OUTPUT_DIR="$GITHUB_WORKSPACE/build"
2829
PACKAGE_NAME="esp32-$RELEASE_TAG"

0 commit comments

Comments
 (0)