From faf74498024cd68024ad3767ba2d09d81e54abd7 Mon Sep 17 00:00:00 2001 From: ronnie Date: Fri, 10 Apr 2026 20:47:05 -0400 Subject: [PATCH] trying to get github working --- .github/workflows/auto_release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto_release.yaml b/.github/workflows/auto_release.yaml index 1f878d4..2baf3a2 100644 --- a/.github/workflows/auto_release.yaml +++ b/.github/workflows/auto_release.yaml @@ -32,11 +32,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 - with: - # Use your GitHub Personal Access Token variable here. - token: ${{ secrets.NUGET_KEY }} - lfs: true - submodules: 'recursive' + # with: + # # Use your GitHub Personal Access Token variable here. + # token: ${{ secrets.NUGET_KEY }} + # lfs: true + # submodules: 'recursive' - name: Check Test Results id: tests