Skip to content

Commit 0368df4

Browse files
paketo-botryanmoran
authored andcommitted
Update github-config to b9e80ff
1 parent fa7bafc commit 0368df4

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,7 @@ jobs:
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:

0 commit comments

Comments
 (0)