From 277747d0f8a95f39ab1677d55882c3fa2f9aaf39 Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:05:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Disable=20GH=20auto=20release=20?= =?UTF-8?q?for=20now=20(#287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Zunker --- .github/workflows/gh-release.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 98cc354..d7519a3 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -2,11 +2,12 @@ name: Create GitHub Release ## Only trigger release when the VERSION file changed on main branch on: - push: - paths: - - "VERSION" - branches: - - main + # push: + # paths: + # - "VERSION" + # branches: + # - main + workflow_dispatch: jobs: create-gh-release: @@ -22,8 +23,8 @@ jobs: with: tag_name: ${{ env.RELEASE_VERSION }} generate_release_notes: true - make_latest: true - token: ${{ secrets.PACKER_PLUGIN_DEPLOY_KEY_PRIV }} + # make_latest: true + # token: ${{ secrets.PACKER_PLUGIN_DEPLOY_KEY_PRIV }} check-release: name: Check whether the release actually started