Skip to content

Commit

Permalink
I'm tired
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVanEijden committed Jun 23, 2024
1 parent bd2e3f7 commit 88dca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: dotnet pack --output nupkgs --no-restore --no-build --configuration Release /p:PackageVersion=${{ env.VERSION }}

- name: upload nuget package
run: dotnet nuget push nupkgs/*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push nupkgs/*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}

0 comments on commit 88dca2a

Please sign in to comment.