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