From 891dae3a059aba90b6063d1a17e4fe3c64e2336a Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 23 Oct 2023 21:52:11 +0100 Subject: [PATCH] .... --- .gitea/workflows/develop -> build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/develop -> build.yml b/.gitea/workflows/develop -> build.yml index 855b16f..ce5eeb7 100644 --- a/.gitea/workflows/develop -> build.yml +++ b/.gitea/workflows/develop -> build.yml @@ -21,9 +21,10 @@ jobs: chmod +x ../tea ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }} - name: tag + - name: get tag run: | ../tea r ls -o=simple - echo $(../tea r ls -o=simple | head -n 1) + echo $(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1) - uses: http://sigyl.com:3000/actions/setup-node@v3 with: