Skip to content

Commit

Permalink
fix: fix/update-release-task
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Feb 3, 2025
1 parent 8360bca commit 157108d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ tasks:
BRANCH: main
RELEASE: "true"
- task: helm-push
# PUSH UPDATED CHART
- |
COMMIT_MESSAGE=updated for version $([ "$(git branch --show-current)" != "main" ] && echo "dev-$(git describe --tags --abbrev=0)" || echo $(git describe --tags --abbrev=0))
git commit --allow-empty -a -m "$(echo ${COMMIT_MESSAGE})"
git push origin -u main
git commit --allow-empty -a -m "$(echo ${COMMIT_MESSAGE})" && git push origin -u main

0 comments on commit 157108d

Please sign in to comment.