diff --git a/.gitea/workflows/TelegramBotFramework.nuget.yaml b/.gitea/workflows/TelegramBotFramework.nuget.yaml index e17284d..de46ddd 100644 --- a/.gitea/workflows/TelegramBotFramework.nuget.yaml +++ b/.gitea/workflows/TelegramBotFramework.nuget.yaml @@ -36,8 +36,9 @@ jobs: - name: Pack app run: dotnet pack --no-build $APP_PROJECT_NAME - - name: Connect source + - name: disconnect old source run: dotnet nuget remove source git.kosyakmakc.ru + continue-on-error: true - name: Connect source run: dotnet nuget add source --name git.kosyakmakc.ru https://git.kosyakmakc.ru/api/packages/kosyakmakc/nuget/index.json