From 7f3dd3a6d0dcea366e38ba54cfc8cb269cd94d42 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Wed, 3 Jan 2024 18:50:44 +0100 Subject: [PATCH] Noop to trigger on commit pipeline --- .github/workflows/on-commits.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index 76583c3b..37e9b939 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -14,6 +14,7 @@ on: - jobs/** - releases/** - vendir.yml + - .github/workflows/on-commits.yml jobs: build: @@ -171,6 +172,7 @@ jobs: with: tag: ${{ steps.create-bosh-release.outputs.version }} allowUpdates: true # > indicates if we should update a release if it already exists. + omitDraftDuringUpdate: true # > Indicates if the draft flag should be omitted during updates. The draft flag will still be applied for newly created releases. This will preserve the existing draft state during updates. generateReleaseNotes: true artifacts: ./${{ steps.create-bosh-release.outputs.file }} artifactContentType: application/zip