diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 20cf877ba..e4161312a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -110,7 +110,7 @@ jobs: # commit and push git commit -am "Automatic commit from GitHub Actions triggered by action #${{github.run_number}}" git remote set-url origin https://${{ secrets.DOCS_NEXT_CHARTS_TOKEN }}@github.com/${{ vars.DOCS_NEXT_CHARTS_ORG }}/${{ vars.DOCS_NEXT_CHARTS_REPO }}.git - # git push origin main + git push origin main