mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-22 08:22:18 +00:00
Fixed publish source
This commit is contained in:
parent
87a590a15d
commit
730b20bf20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -36,6 +36,6 @@ jobs:
|
||||||
# API key to authenticate with NuGet server
|
# API key to authenticate with NuGet server
|
||||||
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
|
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# NuGet server uri hosting the packages, defaults to https://api.nuget.org
|
# NuGet server uri hosting the packages, defaults to https://api.nuget.org
|
||||||
NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/index.json
|
NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/
|
||||||
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
|
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
|
||||||
# INCLUDE_SYMBOLS: false
|
# INCLUDE_SYMBOLS: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue