delete tag before publish

This commit is contained in:
vapormusic 2022-03-17 22:53:22 +07:00
parent 4606f506f2
commit 1628a6470e

View file

@ -73,6 +73,10 @@ jobs:
mv ~/Cider/dist/*.blockmap ~/Cider/dist/artifacts mv ~/Cider/dist/*.blockmap ~/Cider/dist/artifacts
- store_artifacts: - store_artifacts:
path: ~/Cider/dist/artifacts path: ~/Cider/dist/artifacts
- run:
name : Delete Old Release Tag
command: |
gh release delete "${CIRCLE_BRANCH}-build" -y || true
- run: - run:
name: Publish Release name: Publish Release
command: | command: |