From a5ddd3ad669a67d642a928987ca0797465d4365d Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Mon, 15 Aug 2022 16:25:06 +0000 Subject: [PATCH] Bump pipeline from 1.23.0 to 1.24.0 Bumps pipeline from 1.23.0 to 1.24.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/update-pipeline.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index a6c2798..53cc1a6 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index 11fcc2a..1936f05 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -38,6 +38,7 @@ jobs: OLD_VERSION="0.0.0" fi + rm .github/workflows/* || true octo --descriptor "${DESCRIPTOR}" PAYLOAD=$(gh api /repos/paketo-buildpacks/pipeline-builder/releases/latest)