Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
dotfelixb committed Oct 25, 2023
1 parent d32c7d4 commit bc4a8a7
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 @@ -28,7 +28,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
Expand Down

0 comments on commit bc4a8a7

Please sign in to comment.