trying to get github working
This commit is contained in:
10
.github/workflows/auto_release.yaml
vendored
10
.github/workflows/auto_release.yaml
vendored
@@ -32,11 +32,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
# with:
|
||||||
# Use your GitHub Personal Access Token variable here.
|
# # Use your GitHub Personal Access Token variable here.
|
||||||
token: ${{ secrets.NUGET_KEY }}
|
# token: ${{ secrets.NUGET_KEY }}
|
||||||
lfs: true
|
# lfs: true
|
||||||
submodules: 'recursive'
|
# submodules: 'recursive'
|
||||||
|
|
||||||
- name: Check Test Results
|
- name: Check Test Results
|
||||||
id: tests
|
id: tests
|
||||||
|
|||||||
Reference in New Issue
Block a user