mirror of
https://github.com/Stone-Red-Software/StoneRed.NetificationApi.git
synced 2026-09-04 00:36:05 +02:00
Update publish-nuget.yml
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
||||
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
|
||||
- name: Create the package
|
||||
run: dotnet pack --configuration Release src/StoneRed.NetificationApi
|
||||
|
||||
Reference in New Issue
Block a user