File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,16 @@ jobs:
3838 - ./vendor
3939 key : v1-dependencies-{{ checksum "composer.json" }}
4040
41-
42- publish-github-release :
43- docker :
44- - image : cibuilds/github:0.10
45- steps :
46- - attach_workspace :
47- at : /tmp
48- - run :
49- name : " Publish Release on GitHub"
50- command : |
51- 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
5251
5352workflows :
5453 version : 2
You can’t perform that action at this time.
0 commit comments