From 808d53c16a0328d71b2e55811b8265388bccaf4b Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 16 Oct 2023 11:34:31 -0700 Subject: [PATCH] Check out main on release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef17f5b4..309cce86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,6 +94,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: + ref: main # Full git history is needed to get a proper list of commits and tags fetch-depth: 0