Skip to content

Commit e09d254

Browse files
committed
.
1 parent 0331832 commit e09d254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: ./.github/workflows/commit-changelog-and-release.yml
1818
with:
1919
version-tag: ${{ github.event.inputs.version-tag }}
20-
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
20+
dry-run: ${{ github.event.inputs.dry-run == true }}
2121
changelog-path: docs/CHANGELOG.md
2222
exclude-types: build,docs,style,other

0 commit comments

Comments
 (0)