Skip to content

Commit

Permalink
fix: ci file for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Dec 3, 2019
1 parent 0e869f4 commit 48cf5c9
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
Expand Up @@ -56,8 +56,8 @@ jobs:
name: 'Publish Release on GitHub'
command: |
set -o nounset
mkdir release
mv *.zip release/
mkdir ~/repo/release
mv ~/repo/*.zip ~/repo/release/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b "✔ No breaking changes. / ⚠ Has breaking changes!
🆕 New Feature
Expand Down

0 comments on commit 48cf5c9

Please sign in to comment.