Skip to content

Commit 00250fe

Browse files
committed
DEPLOY: Enforce pwsh shell for the nuget push
1 parent 367d71a commit 00250fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
on:
44
release:
55
types: [released]
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -45,4 +46,5 @@ jobs:
4546
- name: 🚀 Publish to NuGet
4647
env:
4748
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
49+
shell: pwsh
4850
run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)