From b4b2d5015dfdc429dccc7dea2e107c7589173a08 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 14 Oct 2024 17:00:48 +0000 Subject: [PATCH] [Actions] Updated .github/actions/build/action.yml --- .github/actions/build/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 6b3a2857..14d2b30f 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -281,6 +281,7 @@ runs: with: TOOL_NAME: FunFair.Content.Packager.Cmd TOOL_VERSION: ${{inputs.NPM_PRODUCTION_PACKAGER_VERSION}} + NUGET_SOURCE: 'https://dotnet-nuget.s3.eu-west-1.amazonaws.com/index.json' - name: "Install Package Store Signer" if: steps.check_files.outputs.NPM_EXIST == 'true' && steps.check_files.outputs.NPM_SIGNING_EXIST == 'true' @@ -288,6 +289,7 @@ runs: with: TOOL_NAME: FunFair.Content.PackageSigner.Cmd TOOL_VERSION: ${{inputs.NPM_PRODUCTION_PACKAGER_VERSION}} + NUGET_SOURCE: 'https://dotnet-nuget.s3.eu-west-1.amazonaws.com/index.json' - name: "Create Release Notes" if: steps.build_tools.outputs.BUILD_ENV == 'true'