Compare commits

..

No commits in common. "01a167d264e48b4084069ad18b04e5928a6e09c5" and "7948532212e8b9da07be4c1e140ea717cbdb8d3e" have entirely different histories.

View file

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