Skip to content

Commit 96a5745

Browse files
committed
Enable github publish.
1 parent 09b0cba commit 96a5745

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
5252
workflows:
5353
version: 2

0 commit comments

Comments
 (0)