fix: close ticket after tag
This commit is contained in:
parent
7e3248fdbb
commit
3ef92adb3a
2 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,3 @@ jobs:
|
|||
# Can't update title more early, next version number is known after semantic-release, not before
|
||||
./tea issues edit --title "Release $(cat version.txt)" ${{ github.event.issue.number }}
|
||||
./tea comment ${{ github.event.issue.number }} "Finished creating release"
|
||||
./tea issues close ${{ github.event.issue.number }}
|
||||
|
|
|
@ -27,3 +27,4 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
./tea comment ${RELEASE_TICKET_ID} "Start tag"
|
||||
./tea issues close ${{ github.event.issue.number }}
|
||||
|
|
Loading…
Add table
Reference in a new issue