1.0.1 merge conflict fixes

This commit is contained in:
Tony Bark 2020-12-11 01:22:09 -05:00
parent 66ce788578
commit 6f07905fcf
4 changed files with 8 additions and 8 deletions

View file

@ -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