From 74a76a1c49ef172130bde4a57c59283484dc4b79 Mon Sep 17 00:00:00 2001 From: Seshu Brahma Date: Thu, 9 May 2024 12:16:32 -0700 Subject: [PATCH] checkout main again --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 365e2d3..5d94f91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + ref: main - name: Set up python uses: actions/setup-python@v5 with: