Skip to content

Commit

Permalink
Adjust versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackOfMostTrades committed Feb 26, 2021
1 parent 2f50d0a commit 30031dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
VERSION=$(echo "${CIRCLE_TAG}" | sed 's/^v//')
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./artifacts/
workflows:
build:
Expand Down

0 comments on commit 30031dc

Please sign in to comment.