Merge pull request 'tags i hope' (#192) from develop/tags into master
build-develop-branch / build-branch (push) Successful in 34s Details

Reviewed-on: #192
This commit is contained in:
giles 2023-10-23 18:41:27 +00:00
commit 575f668269
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 }}