From 1951a0f2e7053196e450401b19e0c308dca45092 Mon Sep 17 00:00:00 2001 From: ronnie Date: Fri, 10 Apr 2026 21:06:27 -0400 Subject: [PATCH] removed reqiments for HG_BASIC --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d46076b..a61b511 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,9 +14,9 @@ on: NUGET_API_KEY: description: "API key for Nuget" required: true - GH_BASIC: - description: "Personal access token (PAT) for GitHub" - required: true + # GH_BASIC: + # description: "Personal access token (PAT) for GitHub" + # required: true # Input unifies with the workflow dispatch since it's identical. inputs: bump: @@ -63,7 +63,7 @@ jobs: with: # Use the .NET SDK from global.json in the root of the repository. global-json-file: global.json - +PhysicsDirectSpaceState3D # Write version to file so .NET will build correct version. - name: Write Version to File uses: jacobtomlinson/gha-find-replace@v3