diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b4a24b0b..264b3ce9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: with: dotnet-version: '2.0' - name: Build - run: dotnet build BepuPhysics --configuration ReleaseStrip --no-restore -p:Version=${{ env.VERSION }} + run: dotnet build BepuPhysics --configuration ReleaseStrip -p:Version=${{ env.VERSION }} - name: Pack run: dotnet pack BepuPhysics --output nupkgs --configuration ReleaseStrip -p:Version=${{ env.VERSION }} - name: Nuget Publish