Skip to content

Commit

Permalink
Fixed a really dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 10, 2024
1 parent 5ab21f6 commit 9ef32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
working-directory: languages/csharp/Infisical.Sdk

- name: Publish NuGet Package
run: dotnet nuget push ./languages/csharp/Infisical.Sdk/nuget-output/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.jso
run: dotnet nuget push ./languages/csharp/Infisical.Sdk/nuget-output/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 9ef32db

Please sign in to comment.