Skip to content

Commit 4567de0

Browse files
authored
Update publish.yml
1 parent e6825a6 commit 4567de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: publish
22

33
on:
44
push:
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Publish
17-
run: ./build.sh test publish
17+
run: ./build.cmd test publish
1818
env:
1919
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)