Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkataco committed Feb 3, 2024
1 parent 001c917 commit f994be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f994be2

Please sign in to comment.