tags i hope
build-develop-branch / build-branch (push) Successful in 37s
Details
build-develop-branch / build-branch (push) Successful in 37s
Details
This commit is contained in:
parent
bd2be6e8f0
commit
b121f80f3c
|
@ -37,7 +37,8 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: tag
|
||||
run: git tag
|
||||
run: |
|
||||
git tag
|
||||
- name: delete develop branch
|
||||
id: delete_develop_branch
|
||||
run: git push origin --delete ${{ github.head_ref }}
|
||||
|
|
Loading…
Reference in New Issue