workflow move to "nuget push" api key
Some checks failed
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Failing after 35s
Some checks failed
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Failing after 35s
This commit is contained in:
parent
367de14a1a
commit
3b792ee676
@ -37,7 +37,7 @@ jobs:
|
|||||||
run: dotnet pack --no-build $APP_PROJECT_NAME
|
run: dotnet pack --no-build $APP_PROJECT_NAME
|
||||||
|
|
||||||
- name: asd
|
- name: asd
|
||||||
run: dotnet nuget add source --name gitea --api-key ${{ secrets.kosyakmakc_nuget_publish }} https://git.kosyakmakc.ru/api/packages/kosyakmakc/nuget/index.json
|
run: dotnet nuget add source --name gitea https://git.kosyakmakc.ru/api/packages/kosyakmakc/nuget/index.json
|
||||||
|
|
||||||
- name: Upload nuget package
|
- name: Upload nuget package
|
||||||
run: dotnet nuget push --source {source_name} {package_file}
|
run: dotnet nuget push --source {source_name} --api-key ${{ secrets.kosyakmakc_nuget_publish }}{package_file}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user