diff --git a/.circleci/config.yml b/.circleci/config.yml index 323beb7d..065296a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,6 +73,10 @@ jobs: mv ~/Cider/dist/*.blockmap ~/Cider/dist/artifacts - store_artifacts: path: ~/Cider/dist/artifacts + - run: + name : Delete Old Release Tag + command: | + gh release delete "${CIRCLE_BRANCH}-build" -y || true - run: name: Publish Release command: |