From bce8c49529774140bd2e18431c07fb88ed922ef6 Mon Sep 17 00:00:00 2001 From: anton Date: Wed, 3 Apr 2024 14:26:14 +0200 Subject: [PATCH] Changed user to repository_owner and tuned version calculating --- .github/workflows/package_and_push_helm_chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/package_and_push_helm_chart.yaml b/.github/workflows/package_and_push_helm_chart.yaml index 7461ce20d..e814751c4 100644 --- a/.github/workflows/package_and_push_helm_chart.yaml +++ b/.github/workflows/package_and_push_helm_chart.yaml @@ -5,6 +5,7 @@ on: branches: - dev - release + - devops/FAIRSPC-23_deployment workflow_dispatch: inputs: name: @@ -42,6 +43,7 @@ jobs: if [ "${{ github.event.inputs.version != '' }}" ]; then VERSION=${{ github.event.inputs.version }} fi + echo "Helm charts version to be deployed: $VERSION" echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Push Helm chart to repository