diff --git a/.gitea/workflows/tag.yml b/.gitea/workflows/tag.yml index 02b6849..0ce25a8 100644 --- a/.gitea/workflows/tag.yml +++ b/.gitea/workflows/tag.yml @@ -21,7 +21,7 @@ jobs: mv tea* tea chmod +x tea ./tea login add --url ${{ github.server_url }} --token ${{ github.token }} - export RELEASE_TICKET_ID=$(tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}') + export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}') echo ${RELEASE_TICKET_ID} - name: comment tag start