diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 2eb8f22..a5ad4d8 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' # SDK Version to use. + source-url: https://nuget.pkg.github.com/Stone-Red-Software/index.json env: NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}} - run: dotnet build --configuration Release src/StoneRed.NetificationApi