From ab96c827dd8c46109cf12471449b578b02e516c3 Mon Sep 17 00:00:00 2001 From: Rob ODwyer Date: Thu, 13 Jul 2023 11:37:13 -0700 Subject: [PATCH] try adjusting settings on checkout step to fix missing main ref --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d38db3..f390f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} + fetch-depth: 0 - name: Get latest non-prerelease release id: latestrelease