From d2f16fee4855f6e835ad9308fb8ada96010d0649 Mon Sep 17 00:00:00 2001 From: ronnie Date: Fri, 10 Apr 2026 20:50:12 -0400 Subject: [PATCH] same as previous --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b757367..01ab6fc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,11 +34,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 - with: - token: ${{ secrets.GH_BASIC }} - lfs: true - submodules: 'recursive' - fetch-depth: 0 # So we can get all tags. + # with: + # token: ${{ secrets.GH_BASIC }} + # lfs: true + # submodules: 'recursive' + # fetch-depth: 0 # So we can get all tags. - name: Read Current Project Version id: current-version