mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-09-06 19:25:47 -04:00
Added more package metadata
- Removed RC suffix
This commit is contained in:
parent
8f21bf3d26
commit
0e6ba4f99d
2 changed files with 7 additions and 5 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
- "releases/**"
|
||||
jobs:
|
||||
publish:
|
||||
name: Github Packages Release
|
||||
name: Package Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -18,8 +18,8 @@ jobs:
|
|||
run: dotnet restore
|
||||
- name: Package
|
||||
run: dotnet pack --no-restore -o .
|
||||
- name: Publish
|
||||
- name: Publish to Nuget
|
||||
env:
|
||||
NUGET_KEY: ${{ secrets.GH_PKG_KEY }}
|
||||
NUGET_API: https://nuget.pkg.github.com/tonytins/index.json
|
||||
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
Add a link
Reference in a new issue