We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0331832 commit e09d254Copy full SHA for e09d254
.github/workflows/deploy.yml
@@ -17,6 +17,6 @@ jobs:
17
uses: ./.github/workflows/commit-changelog-and-release.yml
18
with:
19
version-tag: ${{ github.event.inputs.version-tag }}
20
- dry-run: ${{ github.event.inputs.dry-run == 'true' }}
+ dry-run: ${{ github.event.inputs.dry-run == true }}
21
changelog-path: docs/CHANGELOG.md
22
exclude-types: build,docs,style,other
0 commit comments