mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Uncommented push to NuGet
Didn't realize that got migrated over.
This commit is contained in:
parent
55b6135db0
commit
1f1066e7b4
1 changed files with 5 additions and 5 deletions
10
.github/workflows/pkgrelease.yml
vendored
10
.github/workflows/pkgrelease.yml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
|||
run: dotnet restore
|
||||
- name: Package
|
||||
run: dotnet pack --no-restore -o .
|
||||
# - name: Publish to Nuget
|
||||
# env:
|
||||
# NUGET_KEY: ${{ secrets.NUGET_KEY }}
|
||||
# NUGET_API: https://api.nuget.org/v3/index.json
|
||||
# run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API
|
||||
- name: Publish to Nuget
|
||||
env:
|
||||
NUGET_KEY: ${{ secrets.NUGET_KEY }}
|
||||
NUGET_API: https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push CSTNet.*.nupkg -k $NUGET_KEY -s $NUGET_API
|
||||
|
|
Loading…
Add table
Reference in a new issue