Skip to content

Commit

Permalink
Ensure boolean value
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Oct 21, 2023
1 parent 7526e2f commit 39126d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
package-module: ${{ matrix.package-module }}
namespace: Objectivity.AutoFixture.XUnit2
target-framework: ${{ matrix.target-framework }}
skip-target-framework-on-build: ${{ matrix.skip-target-framework-on-build }}
collect-code-coverage: ${{ matrix.collect-code-coverage }}
skip-target-framework-on-build: ${{ matrix.skip-target-framework-on-build == true }}
collect-code-coverage: ${{ matrix.collect-code-coverage == true }}
secrets:
signing-key-value: ${{ secrets.SIGNING_KEY }}
pack:
Expand Down

0 comments on commit 39126d9

Please sign in to comment.