diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 0fe683374b3..1035174cde3 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -72,7 +72,7 @@ jobs: git push origin ${{ env.branch_name }} --force # Return to the original branch - git checkout ${{ github.ref_name }} + git checkout ${{ github.sha }} - name: Run chart-releaser