Skip to content

Commit

Permalink
Add git status and some echo
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Sep 21, 2023
1 parent 1574a12 commit 7c796e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
yq '.version = env(TAG_VERSION)' -i ./deploy/charts/godaddy-webhook/Chart.yaml
yq '.image.tag = env(TAG_VERSION)' -i ./deploy/charts/godaddy-webhook/values.yaml
git add ./deploy/charts/godaddy-webhook/Chart.yaml
git add ./deploy/charts/godaddy-webhook/values.yaml
echo "Git status ..."
git status
git branch
git commit -asm "Update Helm chart version to $TAG_VERSION"
echo "Git status ..."
git status
git push origin release/${TAG_VERSION}
Expand Down

0 comments on commit 7c796e6

Please sign in to comment.