diff --git a/.gitea/workflows/tag.yml b/.gitea/workflows/tag.yml index 35c7f3a..76c2926 100644 --- a/.gitea/workflows/tag.yml +++ b/.gitea/workflows/tag.yml @@ -24,17 +24,13 @@ jobs: - name: debug 1 shell: bash - run: echo 'Release ${{ github.ref }}' + run: ./tea i ls --fields index,title --output simple - name: debug 2 - shell: bash - run: ./tea i ls --fields index,title --output simple - - - name: debug 3 shell: bash run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' - - name: debug 4 + - name: debug 3 shell: bash run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'