Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kometbomb committed Aug 23, 2019
2 parents c8df9be + dbfa70b commit 4fc4e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
name: "Publish Release on GitHub"
command: |
VERSION=$(git describe --tags --always)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} \
-c ${CIRCLE_SHA1} ${VERSION} ./artifacts/
workflows:
version: 2
Expand Down

0 comments on commit 4fc4e31

Please sign in to comment.