Compare commits
No commits in common. "236202a35cbe628a36ee9aa233108e599c60971d" and "b88327f08fe21882e8bfd2fb59a2541eb1b72cf5" have entirely different histories.
236202a35c
...
b88327f08f
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ jobs:
|
||||||
- name: update issue
|
- name: update issue
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./tea issues edit --title "Release $(cat version.txt)" ${{ github.event.issue.number }}
|
./tea issues edit --title "release done" ${{ github.event.issue.number }}
|
||||||
./tea issues close ${{ github.event.issue.number }}
|
./tea issues close ${{ github.event.issue.number }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue