Skip to content

Commit

Permalink
Force to add commits on a tagged version
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 ce8dcb5 commit 9a6052b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
git add ./deploy/charts/godaddy-webhook/Chart.yaml
git add ./deploy/charts/godaddy-webhook/values.yaml
git commit -m "Update Helm chart version to $NEW_VERSION"
git push
#TODO: Find a better way to psuh on a tag OR to not push a commit on a tag
git tag -f ${TAG_NAME}
git push origin --force ${TAG_NAME}
- name: Login to Quay.io Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 9a6052b

Please sign in to comment.