Merge pull request #6106 from haon4/php_fix

Update php/release.sh to be executable and create a new branch
pull/6110/head
Hao Nguyen 6 years ago committed by GitHub
commit ec1a70913e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      php/release.sh

@ -20,7 +20,7 @@ popd
# Checkout the target version
pushd protobuf/php
git checkout $VERSION
git checkout -b $VERSION
popd
# Copy files

Loading…
Cancel
Save