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 f549c07 commit ec2c3dfCopy full SHA for ec2c3df
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
php ./generate-diffs.php
26
LATEST_VERSION=$(tail -n 1 tags.txt)
27
LATEST_VERSION_ON_PROD=$(curl -s https://laravel-upgrade-helper.github.io/tags.txt | tail -n 1)
28
- if [[ git diff ./tags.txt ]]; then
+ if [[ `git status --porcelain` ]]; then
29
git add .
30
git commit -m "[Version-Bot] Add Laravel Version"
31
git push origin gh-pages
0 commit comments