From 4d30447aec20c5b9b86b570998816eda1687523a Mon Sep 17 00:00:00 2001 From: Martin Thwaites Date: Thu, 16 Nov 2023 21:21:20 +0000 Subject: [PATCH] added auth to setup step --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19369bd..ee3e3ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: with: dotnet-version: '8.0.x' source-url: https://api.nuget.org/v3/index.json + env: + NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }} - run: dotnet build --configuration Release - name: Create the package run: dotnet pack --configuration Release -o artifacts /p:Version=${{ github.ref_name }}