We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d528b commit b2a14c1Copy full SHA for b2a14c1
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
additional-denied-words: ''
62
63
- name: Publish NuGet package
64
+ shell: pwsh
65
run: |
66
foreach($file in (Get-ChildItem "${{ github.workspace }}/artifacts" -Recurse -Include *.nupkg)) {
67
dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments