From 53ca4777feeebf0eca241efc829e248bb5e2d687 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 2 Feb 2024 00:31:55 +0100 Subject: [PATCH] fix: debugging --- .gitea/workflows/tag.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tag.yml b/.gitea/workflows/tag.yml index 76c2926..35c7f3a 100644 --- a/.gitea/workflows/tag.yml +++ b/.gitea/workflows/tag.yml @@ -24,13 +24,17 @@ jobs: - name: debug 1 shell: bash - run: ./tea i ls --fields index,title --output simple + run: echo 'Release ${{ github.ref }}' - name: debug 2 shell: bash - run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' + 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 shell: bash run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'