removed reqiments for HG_BASIC
This commit is contained in:
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@@ -14,9 +14,9 @@ on:
|
|||||||
NUGET_API_KEY:
|
NUGET_API_KEY:
|
||||||
description: "API key for Nuget"
|
description: "API key for Nuget"
|
||||||
required: true
|
required: true
|
||||||
GH_BASIC:
|
# GH_BASIC:
|
||||||
description: "Personal access token (PAT) for GitHub"
|
# description: "Personal access token (PAT) for GitHub"
|
||||||
required: true
|
# required: true
|
||||||
# Input unifies with the workflow dispatch since it's identical.
|
# Input unifies with the workflow dispatch since it's identical.
|
||||||
inputs:
|
inputs:
|
||||||
bump:
|
bump:
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Use the .NET SDK from global.json in the root of the repository.
|
# Use the .NET SDK from global.json in the root of the repository.
|
||||||
global-json-file: global.json
|
global-json-file: global.json
|
||||||
|
PhysicsDirectSpaceState3D
|
||||||
# Write version to file so .NET will build correct version.
|
# Write version to file so .NET will build correct version.
|
||||||
- name: Write Version to File
|
- name: Write Version to File
|
||||||
uses: jacobtomlinson/gha-find-replace@v3
|
uses: jacobtomlinson/gha-find-replace@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user