Skip to content

Commit

Permalink
Removed --no-build when packing spark-pack.slnf
Browse files Browse the repository at this point in the history
  • Loading branch information
bounav committed Jan 1, 2025
1 parent 145766f commit 7a2f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Pack
run: |
cd src
dotnet pack spark-pack.slnf --include-symbols --output nupkgs --no-build
dotnet pack spark-pack.slnf --include-symbols --output nupkgs
- name: Push to NuGet
run: |
cd src/nupkgs
Expand Down

0 comments on commit 7a2f9d2

Please sign in to comment.