diff --git a/.gitea/workflows/TelegramBotFramework.nuget.yaml b/.gitea/workflows/TelegramBotFramework.nuget.yaml index 71a0150..c28ba5d 100644 --- a/.gitea/workflows/TelegramBotFramework.nuget.yaml +++ b/.gitea/workflows/TelegramBotFramework.nuget.yaml @@ -37,7 +37,7 @@ jobs: run: dotnet pack --no-build $APP_PROJECT_NAME - 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 - run: dotnet nuget push --source {source_name} {package_file} + run: dotnet nuget push --source {source_name} --api-key ${{ secrets.kosyakmakc_nuget_publish }}{package_file}