Skip to content

Commit 1b69bc2

Browse files
committed
Supposedly bash fixes this. Yeah right.
1 parent d2de027 commit 1b69bc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
user: ${{ secrets.NUGET_USER }}
160160

161161
- name: Push to NuGet
162+
shell: bash
162163
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ steps.nuget_login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
163164

164165
- name: Update preview suffix (dev branch)

0 commit comments

Comments
 (0)