We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6245218 commit 7619822Copy full SHA for 7619822
.github/workflows/build.yml
@@ -23,8 +23,6 @@ jobs:
23
git config --global user.email 'laravel-upgrade-helper@users.noreply.github.com'
24
curl --output generate-diffs.php https://raw.githubusercontent.com/laravel-upgrade-helper/laravel-diff-generator/main/generate-diffs.php
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 status --porcelain` ]]; then
29
git add .
30
git commit -m "[Version-Bot] Add Laravel Version"
0 commit comments