Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
TarCV committed Dec 27, 2018
1 parent 3379199 commit 8dedd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1
version: 2
jobs:
build:
working_directory: ~/code
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/libs/*
workflows:
version: 2.1
version: 2
everything:
jobs:
- build
Expand Down

0 comments on commit 8dedd3c

Please sign in to comment.