From 4aa394d1fcbb392e950df6296d2b08d6b7005d40 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:29:39 -0500 Subject: [PATCH] fix release workflow --- .github/workflows/release-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index f69b5beb..556c6335 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -5,6 +5,7 @@ on: types: [prereleased, released] tags: - 'v*' + workflow_dispatch: env: ORIGINAL_REPO_NAME: ${{ github.event.repository.full_name }} @@ -151,7 +152,7 @@ jobs: - name: Commit Changes run: | - git checkout -b update-chart-version-${{ github.sha }} origin/main + git checkout -b update-chart-version-${{ github.sha }} git branch -a git add ${{ env.CHART_DIRECTORY }}/Chart.yaml git commit -m "Update version and appVersion"