From bfba03555220b4393bd4b9986fe2db5dede9ddf6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 14:18:47 -0800 Subject: [PATCH] github.sha --- .github/workflows/superset-helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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