Skip to content

Commit 431e8ad

Browse files
authored
Update auto-release action
1 parent 843aa48 commit 431e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: check-changes
2424
run: |
2525
if [[ ${{ steps.changed-files.outputs.only_modified }} == true ]]; then
26-
echo "files_with_url_changes_count=$(git diff ${{github.event.before}} ${{github.sha}} --name-only -G https:// | wc -l)" >> "$GITHUB_OUTPUT"
26+
echo "files_with_url_changes_count=$(git diff ${{github.event.before}} ${{github.sha}} --name-only -G https:// acestream_search/common/constants.py | wc -l)" >> "$GITHUB_OUTPUT"
2727
else
2828
echo "files_with_url_changes_count=0" >> "$GITHUB_OUTPUT"
2929
fi

0 commit comments

Comments
 (0)