YAY
This commit is contained in:
13
.github/workflows/auto_release.yaml
vendored
13
.github/workflows/auto_release.yaml
vendored
@@ -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
|
||||
@@ -76,6 +76,7 @@ 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
|
||||
#994139c880db4bab879ae724ce1ac43b87c88e42
|
||||
|
||||
Reference in New Issue
Block a user