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:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user