From f994be2c515a33eda64344645166d80f9b79883d Mon Sep 17 00:00:00 2001 From: J J Walwyn Date: Sat, 3 Feb 2024 21:36:01 +0000 Subject: [PATCH] f --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9cc27d9..3fe0df5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: # 4. If the Chart.yaml version is updated as part of the diff, then it will be bumped up # again as part of this script. We should check the diffs and skip if so git fetch --tags - GIT_COMMIT=0 ./update_versions.sh "$PREVIOUS_VERSION" "$CURRENT_VERSION" + echo GIT_COMMIT=0 ./update_versions.sh "$PREVIOUS_VERSION" "$CURRENT_VERSION" # git push origin main # Push updates to main