Merge pull request 'tags i hope' (#190) from develop/tags into master

Reviewed-on: #190
This commit is contained in:
giles 2023-10-23 18:33:51 +00:00
commit cdc24587c0
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 }}