Skip to content

Commit

Permalink
workflow try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVanEijden committed Jun 23, 2024
1 parent 0c9902a commit da9d58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet build --no-restore --configuration Release /p:Version=${{ env.VERSION }}

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --configuration Release

- name: pack nuget packages
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=${{ env.VERSION }}
Expand Down

0 comments on commit da9d58a

Please sign in to comment.