File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 run : |
48- if [ "${GITHUB_HEAD_REF }" != "master" ]; then
48+ if [ "${GITHUB_REF_NAME }" != "master" ]; then
4949 echo "Not on master branch, skipping upload";
5050 exit 0;
5151 fi
5757 git config user.email "release@zend.com"
5858 git config user.name "Automated Release"
5959 git stash
60- git fetch origin ${GITHUB_HEAD_REF }
61- git checkout ${GITHUB_HEAD_REF }
60+ git fetch origin ${GITHUB_REF_NAME }
61+ git checkout ${GITHUB_REF_NAME }
6262 git stash pop
6363 git commit -a -m "Update phar and zpk"
64- git push origin ${GITHUB_HEAD_REF }
64+ git push origin ${GITHUB_REF_NAME }
6565 fi
Original file line number Diff line number Diff line change 11{
22 "name" : " zenddevops/client" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " ZF2 CLI tool to access Zend Server Web API" ,
55 "type" : " project" ,
66 "authors" : [{
You can’t perform that action at this time.
0 commit comments