Skip to content

Commit 9e14e06

Browse files
committed
test build
1 parent 5752ae4 commit 9e14e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: dotnet test -c Release --no-build
3232
- name: Pack nugets
3333
run: dotnet pack -c Release --no-build --output .
34-
- name: Push to NuGet
35-
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
34+
# - name: Push to NuGet
35+
# run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)