We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e8e5b commit e72103fCopy full SHA for e72103f
.github/workflows/ci.yml
@@ -215,7 +215,7 @@ jobs:
215
with:
216
minor-label: "enhancement"
217
major-label: "change"
218
- publish: ${{ inputs.is_production_release && (inputs.dry_run == false || inputs.dry_run == null) }}
+ publish: ${{ inputs.is_production_release && (inputs.dry_run == false || inputs.dry_run == null) && true || false }}
219
collapse-after: 20
220
notes-header: |
221
*Below is the auto-generated changelog, which includes all PRs that went into the release.
0 commit comments