Skip to content

Commit

Permalink
get path right of version file
Browse files Browse the repository at this point in the history
Signed-off-by: Toshaan Bharvani <[email protected]>
  • Loading branch information
toshywoshy committed Dec 20, 2019
1 parent f7bfe47 commit b18346e
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 @@ -27,7 +27,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
TAG=$(cat version)
TAG=$(cat ./artifacts/version)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete --debug ${TAG} ./artifacts/
workflows:
Expand Down

0 comments on commit b18346e

Please sign in to comment.