....
build-develop-branch / build-branch (push) Failing after 36s Details

This commit is contained in:
gilesb 2023-10-23 22:03:30 +01:00
parent ae701843b6
commit 33f938d90e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: get tag
run: |
../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)""
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)"
echo version | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.
- uses: http://sigyl.com:3000/actions/setup-node@v3
with: