From 27c5fe3e5b17de72fc3516d396a8e7bcfe90474a Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Thu, 19 Aug 2021 10:40:23 +0300 Subject: [PATCH] Update action.yml --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index f21a1af..d23eeba 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,13 @@ 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: