Skip to content

Commit

Permalink
ci: fix dry run in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jul 14, 2024
1 parent c13ff85 commit a9028c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a9028c1

Please sign in to comment.