Skip to content

Commit

Permalink
Add source parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
CrosRoad95 committed Dec 25, 2022
1 parent 34d2748 commit 1a7fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
nuget-version: '5.x'
- run: nuget pack src/Realm.Server/Realm.Server.csproj -IncludeReferencedProjects -OutputFileNamesWithoutVersion -Version ${{github.ref_name}}
- run: nuget push MTARealm.Server.nupkg
- run: nuget push MTARealm.Server.nupkg -Source https://api.nuget.org/v3/index.json

0 comments on commit 1a7fbdf

Please sign in to comment.