From e6dfed2c499b1f0c757df2014aa71a09200de939 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 15 Jul 2020 14:35:02 +0000 Subject: [PATCH] Update github-config to b9e80ff --- .github/workflows/create-release.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 4dc05e68..489a3734 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -51,21 +51,7 @@ jobs: run: ./scripts/package.sh --version "${{ steps.tag.outputs.tag }}" - name: Create Release Notes id: create-release-notes - run: | - mkdir -p "${HOME}/bin" - export PATH="${PATH}:${HOME}/bin" - curl "https://github.com/paketo-buildpacks/packit/releases/download/v0.0.14/jam-linux" \ - --silent \ - --location \ - --output "${HOME}/bin/jam" - chmod +x "${HOME}/bin/jam" - RELEASE_BODY=$(jam summarize --buildpack "${PWD}/build/buildpack.tgz" --format markdown) - # Coz of this messed up issue - # https://github.community/t5/GitHub-Actions/set-output-Truncates-Multiline-Strings/m-p/38372#M3322 - RELEASE_BODY="${RELEASE_BODY//'%'/'%25'}" - RELEASE_BODY="${RELEASE_BODY//$'\n'/'%0A'}" - RELEASE_BODY="${RELEASE_BODY//$'\r'/'%0D'}" - echo "::set-output name=release_body::$RELEASE_BODY" + uses: paketo-buildpacks/github-config/actions/release/notes@master - name: Create Release uses: paketo-buildpacks/github-config/actions/release/create@master with: