From 016f3865943d679533126ebd2785a7f612445477 Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Thu, 19 Aug 2021 10:39:32 +0300 Subject: [PATCH] Update action.yml --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index 5330313..54b48b0 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,12 @@ runs: with: dotnet-version: 5.0.x + - name: Ensure NuGet Source + uses: fabriciomurta/ensure-nuget-source@v1 + with: + name: 'nuget.org' + url: 'https://api.nuget.org/v3/index.json' + - name: Setup BUTR GPR uses: actions/setup-dotnet@master with: