From b70be7081bad94f30a29adb2a3373c3c04cc7143 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 19:34:55 -0800 Subject: [PATCH] ref master --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b748dece..c976c12e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: master fetch-depth: 0 # fetch all git history - name: Set up Python ${{ matrix.python-version }}