Skip to content

Commit ef1ec23

Browse files
authored
Change shell to bash for auto-globbing
1 parent 116fe71 commit ef1ec23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848

4949
- name: Publish to GitHub Packages
5050
if: github.ref == 'refs/heads/master'
51+
shell: bash
5152
run: dotnet nuget push ${{ env.PackageOutputPath }}/*.nupkg
5253

5354
- name: Publish to nuget.org
5455
if: github.ref == 'refs/heads/master'
56+
shell: bash
5557
run: dotnet nuget push ${{ env.PackageOutputPath }}/*.nupkg --source nuget.org -k ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)