Skip to content

Commit 1df0400

Browse files
committed
ci: fix conditional check in changed-files action
1 parent e3be7f1 commit 1df0400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
config.json
3434
3535
- name: Extract version and create tag
36-
if: steps.changed-files.outputs.only_changed
36+
if: steps.changed-files.outputs.only_changed == 'true'
3737
run: |
3838
git config user.name "github-actions[bot]"
3939
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)