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: