Skip to content

Commit

Permalink
Stop marking releases as pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves authored Nov 18, 2018
1 parent e47e44d commit 4d50956
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 @@ -36,7 +36,7 @@ jobs:
name: "Publish Release on GitHub"
command: |
VERSION=$(cat ./bin/version.txt)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -prerelease -delete v${VERSION} ./bin/out.bin
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete v${VERSION} ./bin/out.bin
workflows:
version: 2
build_and_release:
Expand Down

0 comments on commit 4d50956

Please sign in to comment.