Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakarasho authored Mar 10, 2024
1 parent 267e2a3 commit 235aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: dotnet pack src/ -c Release -o dist && dotnet pack plugins/TinyEcs.Plugins/ -c Release -o dist
- name: Publish
run: |
dotnet nuget push "dist/TinyEcs.Main.1.0.0.nupkg" --api-key ${{ secrets.NUGET_KEY }}
dotnet nuget push "dist/TinyEcs.Plugins.1.0.0.nupkg" --api-key ${{ secrets.NUGET_KEY }}
dotnet nuget push "dist/TinyEcs.Main.1.0.0.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source "github"
dotnet nuget push "dist/TinyEcs.Plugins.1.0.0.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source "github"

0 comments on commit 235aef1

Please sign in to comment.