mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 20:24:47 -05:00
Fixed typo in package action
This commit is contained in:
parent
dd146f0a5f
commit
046fb24b20
2 changed files with 2 additions and 3 deletions
2
.github/workflows/pkg_release.yml
vendored
2
.github/workflows/pkg_release.yml
vendored
|
|
@ -20,6 +20,6 @@ jobs:
|
|||
run: dotnet pack --no-restore -o .
|
||||
- name: Publish
|
||||
env:
|
||||
NUGET_KEY: ${{ secrets.GH_PKG_KEY }
|
||||
NUGET_KEY: ${{ secrets.GH_PKG_KEY }}
|
||||
NUGET_API: https://nuget.pkg.github.com/tonytins/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