add some comments and commented out HG_Basic
Some checks failed
Spellcheck / Spellcheck (push) Failing after 10s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 51s

This commit is contained in:
2026-04-10 21:02:05 -04:00
parent d2f16fee48
commit 39ab19eec0
3 changed files with 14 additions and 8 deletions

View File

@@ -76,6 +76,6 @@ jobs:
if: needs.auto_release.outputs.should_release == 'true'
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
GH_BASIC: ${{ secrets.GH_BASIC }}
# GH_BASIC: ${{ secrets.GH_BASIC }}
with:
bump: patch

View File

@@ -35,10 +35,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
# with:
# token: ${{ secrets.GH_BASIC }}
# lfs: true
# submodules: 'recursive'
# fetch-depth: 0 # So we can get all tags.
# 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