Fix tag checkout during release
This commit is contained in:
parent
0a2b3744d3
commit
1c3d8b57f4
@ -46,7 +46,8 @@ echo " Done"
|
||||
pushd $target
|
||||
|
||||
echo -n "Checking out tag ${suffix}..."
|
||||
git checkout --quiet ${suffix}
|
||||
git fetch --quiet --tags
|
||||
git checkout --quiet tags/${suffix}
|
||||
echo " Done"
|
||||
|
||||
echo -n "Running composer install..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user