Skip to content

Commit

Permalink
Fix deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gordrs committed Dec 20, 2020
1 parent 428978a commit 7880987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/Utf8Json.ImmutableCollection/Utf8Json.ImmutableCollection.csproj
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/Utf8Json.UnityShims/Utf8Json.UnityShims.csproj
- name: Push to NuGet.org
run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_API_KEY
run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit 7880987

Please sign in to comment.