From 0e89fb9f6a54f6c8a22692e480a3e4c83e690758 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 28 Nov 2022 09:07:30 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a828923a4c..547a5e9921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: main # Always checkout main even for tagged releases fetch-depth: 0 token: ${{ secrets.GH_ACCESS_TOKEN }} - run: git push origin +main:production