Skip to content

Commit 7619822

Browse files
committedFeb 16, 2023
update workflow
1 parent 6245218 commit 7619822

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
git config --global user.email 'laravel-upgrade-helper@users.noreply.github.com'
2424
curl --output generate-diffs.php https://raw.githubusercontent.com/laravel-upgrade-helper/laravel-diff-generator/main/generate-diffs.php
2525
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)
2826
if [[ `git status --porcelain` ]]; then
2927
git add .
3028
git commit -m "[Version-Bot] Add Laravel Version"

0 commit comments

Comments
 (0)
Please sign in to comment.