Fix tag checkout during release
This commit is contained in:
parent
0a2b3744d3
commit
1c3d8b57f4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue