Skip to content

Commit

Permalink
Merge pull request #970 from eclipse-tractusx/ci/fix-helm-release
Browse files Browse the repository at this point in the history
ci(workflows): fix typo in helm chart release script
  • Loading branch information
nicoprow authored Jun 20, 2024
2 parents 51b4156 + a178689 commit 0eabfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CHART_VERSION=$(grep 'version:' ./charts/bpdm/Chart.yaml | head -n1 | awk '{ print $2}')
SNAPSHOT=$(echo $CHART_VERSION | grep 'SNAPSHOT')
if test -z $SNAPSHOT; then IS_RELEASE=true; else IS_RELEASE=false fi
echo "isRelease=$IS_RELEASE" >> GITHUB_OUTPUT
echo "isRelease=$IS_RELEASE" >> $GITHUB_OUTPUT
- name: Configure Git
if: steps.checkRelease.outputs.isRelease == 'true'
Expand Down

0 comments on commit 0eabfc5

Please sign in to comment.