File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ jobs:
3838 - ./vendor
3939 key : v1-dependencies-{{ checksum "composer.json" }}
4040
41- # publish-github-release:
42- # docker:
43- # - image: cibuilds/github:0.10
44- # steps:
45- # - attach_workspace:
46- # at: /tmp
47- # - run:
48- # name: "Publish Release on GitHub"
49- # command: |
50- # ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete $(cat /tmp/version) /tmp/bin/st-conf.phar
41+ publish-github-release :
42+ docker :
43+ - image : cibuilds/github:0.10
44+ steps :
45+ - attach_workspace :
46+ at : /tmp
47+ - run :
48+ name : " Publish Release on GitHub"
49+ command : |
50+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete $(cat /tmp/version) /tmp/bin/st-conf.phar
5151
5252workflows :
5353 version : 2
You can’t perform that action at this time.
0 commit comments