Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taori authored Aug 19, 2024
1 parent 6bcd5c1 commit ca4ab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
@("verbosity", "${{github.event.inputs.verbosity}}", "minimal"),
@("publish", "${{github.event.inputs.publish}}", "true"),
@("package", "${{github.event.inputs.package}}", "true"),
@("publishSymbols", "${{github.event.inputs.publishSymbols}}", "false"),
@("publishSymbols", "${{github.event.inputs.publishSymbols}}", "true"),
@("removePrereleases", "${{github.event.inputs.removePrereleases}}", "false"),
@("skipTests", "${{github.event.inputs.skipTests}}", "false"),
@("runCoverage", "${{github.event.inputs.runCoverage}}", "true")
Expand Down

0 comments on commit ca4ab3e

Please sign in to comment.