Update publish.yml
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish
|
||||
name: publish
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -14,6 +14,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Publish
|
||||
run: ./build.sh test publish
|
||||
run: ./build.cmd test publish
|
||||
env:
|
||||
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user