removed reqiments for HG_BASIC
Some checks failed
Spellcheck / Spellcheck (push) Failing after 10s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 55s

This commit is contained in:
2026-04-10 21:06:27 -04:00
parent 39ab19eec0
commit 1951a0f2e7

View File

@@ -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