fix: update issue title

This commit is contained in:
Oliver Lippert 2024-02-01 10:39:10 +01:00
parent 17e4b7cdf1
commit 86f0eea82e
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -38,14 +38,15 @@ jobs:
- name: setup tea cli
shell: bash
env:
TEA_VERSION: 0.9.2
TEA_VERSION: main
run: |
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
mv tea* tea
chmod +x tea
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
- name: close issue
- name: update issue
shell: bash
run: |
./tea i close ${{ github.event.issue.number }}
./tea issues edit ${{ github.event.issue.number }} --title "release done"
./tea issues close ${{ github.event.issue.number }}