Skip to content

Commit 0a1f9af

Browse files
ci: i want to curse but i cant
1 parent eddd4f9 commit 0a1f9af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555

5656
- name: Publish to NuGet.org
5757
run: |
58-
dotnet nuget push "nupkgs\*.nupkg" `
59-
--api-key "${{ secrets.NUGET_API_KEY }}" `
60-
--source "https://api.nuget.org/v3/index.json"
58+
dotnet nuget push "nupkgs\*.nupkg" `
59+
--api-key "${{ secrets.NUGET_API_KEY }}" `
60+
--source "https://api.nuget.org/v3/index.json"
6161
6262
- name: Push to GitHub Packages
6363
run: |
64-
dotnet nuget push "nupkgs\*.nupkg" `
65-
--api-key "${{ secrets.GITHUB_TOKEN }}" `
66-
--source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
64+
dotnet nuget push "nupkgs\*.nupkg" `
65+
--api-key "${{ secrets.GITHUB_TOKEN }}" `
66+
--source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)