Update publish-nuget.yml

This commit is contained in:
Stone_Red
2024-03-04 21:04:20 +01:00
committed by GitHub
parent 856aee2bc0
commit ee6bf84ed7
+1
View File
@@ -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