We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91142b1 commit 2ef034cCopy full SHA for 2ef034c
1 file changed
.circleci/config.yml
@@ -33,4 +33,16 @@ jobs:
33
name: Publish GitHub release
34
command: |
35
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} \
36
- -delete "Continous Build" ./artifacts/
+ -delete "Continous Build" ./artifacts/
37
+workflows:
38
+ version: 2
39
+ build_and_test:
40
+ jobs:
41
+ - build
42
+ - publish-github-release:
43
+ requires:
44
45
+ filters:
46
+ branches:
47
+ only:
48
+ -master
0 commit comments