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
|
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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue