From 91bb7c7dd437dd215d1cc38b05f52900ef5cc23e Mon Sep 17 00:00:00 2001 From: DecDuck Date: Thu, 31 Jul 2025 21:39:01 +1000 Subject: [PATCH] Fix for Release CI --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bb632b..e244c81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,9 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-depth: 1 # fix for when this gets triggered by tag + fetch-depth: 3 # fix for when this gets triggered by tag fetch-tags: true + ref: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }} - name: Determine final version