Merge pull request 'tags i hope' (#190) from develop/tags into master
Reviewed-on: #190
This commit is contained in:
commit
cdc24587c0
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue