Skip to content

Commit ec2c3df

Browse files
committed
update action file
1 parent f549c07 commit ec2c3df

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
@@ -25,7 +25,7 @@ jobs:
2525
php ./generate-diffs.php
2626
LATEST_VERSION=$(tail -n 1 tags.txt)
2727
LATEST_VERSION_ON_PROD=$(curl -s https://laravel-upgrade-helper.github.io/tags.txt | tail -n 1)
28-
if [[ git diff ./tags.txt ]]; then
28+
if [[ `git status --porcelain` ]]; then
2929
git add .
3030
git commit -m "[Version-Bot] Add Laravel Version"
3131
git push origin gh-pages

0 commit comments

Comments
 (0)