We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3be7f1 commit 1df0400Copy full SHA for 1df0400
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
config.json
34
35
- name: Extract version and create tag
36
- if: steps.changed-files.outputs.only_changed
+ if: steps.changed-files.outputs.only_changed == 'true'
37
run: |
38
git config user.name "github-actions[bot]"
39
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments