Skip to content

Commit

Permalink
AAE-16060 Fix Helm Release and Publish for RC workflows on some repos…
Browse files Browse the repository at this point in the history
…itories (#324)
  • Loading branch information
igdianov authored Sep 18, 2023
1 parent 7041104 commit 32090ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/actions/helm-publish-chart/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ runs:
commit-message: ${{ steps.compute-git-commit-message.outputs.result }}
repository-directory: ${{ env.CHECKOUT_PATH }}

- name: Update remote branch
env:
GITHUB_TOKEN: ${{ inputs.token }}
working-directory: ${{ env.CHECKOUT_PATH }}
shell: bash
run: |
git pull --rebase
git push --dry-run origin
- name: Push changes
if: inputs.do-push == 'true'
env:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.0
v3.2.1

0 comments on commit 32090ac

Please sign in to comment.