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 6fabaab commit b28eb53Copy full SHA for b28eb53
1 file changed
.circleci/config.yml
@@ -34,6 +34,7 @@ jobs:
34
command: |
35
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} \
36
-delete "Continous Build" ./artifacts/
37
+
38
workflows:
39
version: 2
40
main:
@@ -42,7 +43,3 @@ workflows:
42
43
- publish-github-release:
44
requires:
45
- build
- filters:
46
- branches:
47
- only:
48
- -master
0 commit comments