Skip to content

Commit 09b0cba

Browse files
committed
Disable github publish.
1 parent 3a281af commit 09b0cba

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.circleci/config.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff 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

5352
workflows:
5453
version: 2

0 commit comments

Comments
 (0)