delete tag before publish
This commit is contained in:
parent
4606f506f2
commit
1628a6470e
1 changed files with 4 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue