Skip to content

Commit 241ed23

Browse files
authored
Enable push to nuget.
1 parent 3ebacd2 commit 241ed23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
mkdir nupkg
7272
dotnet pack -p:PackageVersion=$env:RELEASE_VERSION -o $PWD\nupkg -p:RepositoryCommit=$env:GITHUB_SHA --configuration Release .\ProtoTreeView\ProtoTreeView.csproj
7373
cd nupkg
74-
# dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_DEPLOY_KEY}} --source "https://api.nuget.org/v3/index.json" --no-symbols true
74+
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_DEPLOY_KEY}} --source "https://api.nuget.org/v3/index.json" --no-symbols true
7575

0 commit comments

Comments
 (0)