Skip to content

Commit eddd4f9

Browse files
ci: dang gum really
1 parent a5bb64e commit eddd4f9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ jobs:
5454
run: dotnet pack --no-build -c ${{ env.Configuration }} -o nupkgs /p:Version=${{ env.PackageVersion }}
5555

5656
- name: Publish to NuGet.org
57-
run: dotnet nuget push "nupkgs\*.nupkg" `
57+
run: |
58+
dotnet nuget push "nupkgs\*.nupkg" `
5859
--api-key "${{ secrets.NUGET_API_KEY }}" `
5960
--source "https://api.nuget.org/v3/index.json"
6061

6162
- name: Push to GitHub Packages
62-
run: dotnet nuget push "nupkgs\*.nupkg" `
63+
run: |
64+
dotnet nuget push "nupkgs\*.nupkg" `
6365
--api-key "${{ secrets.GITHUB_TOKEN }}" `
6466
--source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
6567
env:

0 commit comments

Comments
 (0)