develop/tags -> build/tags
convert-to-yml / develop-branch (push) Successful in 30s Details

This commit is contained in:
giles 2023-10-23 18:39:10 +00:00
parent f9a7058611
commit 335aee334b
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 }}