Skip to content

Commit 16ab0e2

Browse files
committed
update dependencies
1 parent 70a2f1b commit 16ab0e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ esac
2626
# Constuct new tag
2727
newTag=v${version[0]}.${version[1]}.${version[2]}
2828
# Build all files
29-
php install.php
29+
php update.php
3030
php build.php
31+
git commit -am "update dependencies" && git push
3132
# Build all files
3233
gh release create $newTag api.php api.include.php

0 commit comments

Comments
 (0)