Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit b628e5a

Browse files
committed
Build and tag version
1 parent 510ef5a commit b628e5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
mv composer-dev.json composer.json
1010
rm -rf vendor composer.lock
1111
composer update --no-dev
12+
sed -i '' -e "s/Shift CLI', '.*'/Shift CLI', '$1'/" shift-cli
1213
box compile --no-parallel
13-
git add builds/shift-cli
14+
git add builds/shift-cli shift-cli
1415
git commit -m "Build PHAR"
1516
git push origin HEAD
17+
git tag v"$1"
18+
git push origin v"$1"
1619
git checkout .

0 commit comments

Comments
 (0)