Skip to content

Commit

Permalink
Merge pull request #141 from NoxOrg/jan-schutte-patch-1
Browse files Browse the repository at this point in the history
Update nox_cd.yaml
  • Loading branch information
jan-schutte authored Jan 3, 2024
2 parents e3c8247 + 03cef26 commit 0d0b765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nox_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ jobs:

- name: Publish
run: dotnet nuget push ./artifacts/Nox.Cli.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

- name: Publish Server
run: dotnet publish ./src/Nox.Cli.Server --configuration Release --output ./artifacts/server

0 comments on commit 0d0b765

Please sign in to comment.