tags i hope
build-develop-branch / build-branch (push) Successful in 39s Details

This commit is contained in:
gilesb 2023-10-23 19:38:39 +01:00
parent 9752dbcd11
commit c5658e6cef
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: tag
run: |
git tag
git tag -l
- name: delete develop branch
id: delete_develop_branch
run: git push origin --delete ${{ github.head_ref }}