Skip to content

Commit

Permalink
Merge pull request #42 from bijington/feature/fix-publish-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bijington authored Feb 18, 2024
2 parents fdfd909 + 8862946 commit 00957c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: dotnet restore engine/Orbit.Engine/Orbit.Engine.csproj

- name: Build
run: dotnet build engine/Orbit.Engine/Orbit.Engine.csproj
run: dotnet build engine/Orbit.Engine/Orbit.Engine.csproj -c Release

- name: Pack
run: dotnet pack engine/Orbit.Engine/Orbit.Engine.csproj
run: dotnet pack engine/Orbit.Engine/Orbit.Engine.csproj -c Release

- name: Push
run: dotnet nuget push Orbit.Engine.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit 00957c0

Please sign in to comment.