Skip to content

Commit

Permalink
CircleCI - Force tag creation, even when a previous one exists
Browse files Browse the repository at this point in the history
  • Loading branch information
engapa committed Jul 22, 2019
1 parent 8104feb commit 1260147
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 @@ -82,8 +82,7 @@ jobs:
VERSION=v$(make version)
git tag -f ${VERSION}
git remote set-url origin https://${CIRCLE_PROJECT_USERNAME}:${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}
git push origin :${VERSION} > /dev/null 2>&1
git push --tags
git push -f --tags
- run:
name: Create a tag release on github
command: |
Expand Down

0 comments on commit 1260147

Please sign in to comment.