Skip to content

Commit

Permalink
windows syntax according to https://docs.github.com/en/actions/refere…
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsvihlik committed Feb 27, 2021
1 parent 008b6a6 commit 954c3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
name: "NuGet packages"
path: ./artifacts
- name: Publish artifacts to NuGet.org
run: dotnet nuget push .\artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_API_KEY} --skip-duplicate
run: dotnet nuget push .\artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k $env:NUGET_API_KEY --skip-duplicate
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 954c3ef

Please sign in to comment.