We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebacd2 commit 241ed23Copy full SHA for 241ed23
1 file changed
.github/workflows/BuildDeploy.yml
@@ -71,5 +71,5 @@ jobs:
71
mkdir nupkg
72
dotnet pack -p:PackageVersion=$env:RELEASE_VERSION -o $PWD\nupkg -p:RepositoryCommit=$env:GITHUB_SHA --configuration Release .\ProtoTreeView\ProtoTreeView.csproj
73
cd nupkg
74
- # dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_DEPLOY_KEY}} --source "https://api.nuget.org/v3/index.json" --no-symbols true
+ dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_DEPLOY_KEY}} --source "https://api.nuget.org/v3/index.json" --no-symbols true
75
0 commit comments