diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index 2c89e23..566881c 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -21,7 +21,7 @@ jobs: uses: tj-actions/changed-files@v40 with: files: | - src/** + src/* dir_names: "true" - name: Run step if any of the listed files above change if: steps.changed-files-specific.outputs.any_changed == 'true'