Skip to content

Commit

Permalink
fix deployment changelog path
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Dec 5, 2017
1 parent 8010a50 commit a58c20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ jobs:
command: grep -Pazo "(?s)(?<=## ${CIRCLE_TAG})[^#]+" ./CHANGELOG.md > /nerves/deploy/RELEASE_NOTES
- run:
name: Deploy artifacts to Github
command: ./ghr -draft -t $GITHUB_TOKEN -u nerves-project -r $CIRCLE_PROJECT_REPONAME -b "$(cat /nerves/deploy/system/RELEASE_NOTES)" $CIRCLE_TAG /home/nerves/deploy/artifacts
command: ./ghr -draft -t $GITHUB_TOKEN -u nerves-project -r $CIRCLE_PROJECT_REPONAME -b "$(cat /nerves/deploy/RELEASE_NOTES)" $CIRCLE_TAG /home/nerves/deploy/artifacts

workflows:
version: 2
Expand Down

0 comments on commit a58c20e

Please sign in to comment.