diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f47322f..8bff736 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: uses: deargen/workflows/.github/workflows/commit-changelog-and-release.yml@master with: version-tag: ${{ github.event.inputs.version-tag }} - dry-run: ${{ github.event.inputs.dry-run == true }} + dry-run: ${{ github.event.inputs.dry-run == 'true' }} changelog-path: docs/CHANGELOG.md exclude-types: build,docs,style,other