Compare commits
No commits in common. "db3002b4eb9fc77be938fab7f0c41a2deeb2ffc5" and "9c53f531d4d9462c0b88acbc1d20611b56e5e750" have entirely different histories.
db3002b4eb
...
9c53f531d4
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Can't update title more early, next version number is known after semantic-release, not before
|
# Can't update title more early, next version number is known after semantic-release, not before
|
||||||
./tea issues edit --title "Release v$(cat version.txt)" ${{ github.event.issue.number }}
|
./tea issues edit --title "Release $(cat version.txt)" ${{ github.event.issue.number }}
|
||||||
./tea comment ${{ github.event.issue.number }} "Finished creating release"
|
./tea comment ${{ github.event.issue.number }} "Finished creating release"
|
||||||
|
|
Loading…
Add table
Reference in a new issue