Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zuozishi authored Nov 26, 2021
1 parent ceb7179 commit 08b213f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
echo "Publishing Version: ${VERSION}"
dotnet build
dotnet pack $PACKAGE_ID/$PACKAGE_ID.csproj /p:PackageVersion=$VERSION -c Release -o publish
dotnet nuget push publish/*.nupkg --api-key $GITHUB_TOKEN --source "github" --skip-duplicate
dotnet nuget push publish/*.nupkg --api-key $NUGET_SECRET --source "https://api.nuget.org/v3/index.json" --skip-duplicate
dotnet nuget push publish/*.nupkg --api-key $NUGET_SECRET --source "https://api.nuget.org/v3/index.json" --skip-duplicate

0 comments on commit 08b213f

Please sign in to comment.