Update publish.yml

This commit is contained in:
Marko Lahma
2022-12-07 08:57:26 +02:00
committed by GitHub
parent e6825a63c5
commit 4567de0895

View File

@@ -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 }}