diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68542c9..ea612bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: dotnet-version: '8.0.x' source-url: https://api.nuget.org/v3/index.json env: - NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + 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 }}