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

This commit is contained in:
gilesb 2023-10-23 19:31:54 +01:00
parent bd2be6e8f0
commit b121f80f3c
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}