Skip to content

Commit b2a14c1

Browse files
authored
Update release.yml (#1523)
add shell: pwsh, so release to nuget knows which shell to use
1 parent 11d528b commit b2a14c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
additional-denied-words: ''
6262

6363
- name: Publish NuGet package
64+
shell: pwsh
6465
run: |
6566
foreach($file in (Get-ChildItem "${{ github.workspace }}/artifacts" -Recurse -Include *.nupkg)) {
6667
dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)