File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 run : ./scripts/package.sh --version "${{ steps.tag.outputs.tag }}"
5252 - name : Create Release Notes
5353 id : create-release-notes
54- run : |
55- mkdir -p "${HOME}/bin"
56- export PATH="${PATH}:${HOME}/bin"
57- curl "https://github.com/paketo-buildpacks/packit/releases/download/v0.0.14/jam-linux" \
58- --silent \
59- --location \
60- --output "${HOME}/bin/jam"
61- chmod +x "${HOME}/bin/jam"
62- RELEASE_BODY=$(jam summarize --buildpack "${PWD}/build/buildpack.tgz" --format markdown)
63- # Coz of this messed up issue
64- # https://github.community/t5/GitHub-Actions/set-output-Truncates-Multiline-Strings/m-p/38372#M3322
65- RELEASE_BODY="${RELEASE_BODY//'%'/'%25'}"
66- RELEASE_BODY="${RELEASE_BODY//$'\n'/'%0A'}"
67- RELEASE_BODY="${RELEASE_BODY//$'\r'/'%0D'}"
68- echo "::set-output name=release_body::$RELEASE_BODY"
54+ uses : paketo-buildpacks/github-config/actions/release/notes@master
6955 - name : Create Release
7056 uses : paketo-buildpacks/github-config/actions/release/create@master
7157 with :
You can’t perform that action at this time.
0 commit comments