Skip to content

Commit

Permalink
Fix ship job in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 30, 2024
1 parent b8abc1d commit 0ae9b5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,6 @@ jobs:
path: ${{ runner.temp }}/deployables

- name: 🚀 Push NuGet packages
run: dotnet nuget push ${{ runner.temp }}/deployables/*.nupkg --source https://api.nuget.org/v3/index.json -k '${{ secrets.NUGET_API_KEY }}'
run: |
rm global.json
dotnet nuget push ${{ runner.temp }}/deployables/*.nupkg --source https://api.nuget.org/v3/index.json -k '${{ secrets.NUGET_API_KEY }}'

0 comments on commit 0ae9b5b

Please sign in to comment.