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 f18b8e5 commit b640cbdCopy full SHA for b640cbd
1 file changed
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
name: Publish GitHub release
36
command: |
37
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} \
38
- -delete "Continous Build" ./artifacts/
+ -delete ${CIRCLE_TAG} ./artifacts/
39
40
workflows:
41
version: 2
@@ -45,3 +45,7 @@ workflows:
45
- publish-github-release:
46
requires:
47
- build
48
+ branches:
49
+ only: [master]
50
+ tags:
51
+ only: /.*/
0 commit comments