develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details

This commit is contained in:
giles 2023-10-23 21:04:03 +00:00
parent c475403821
commit fb48f213e6
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
- name: get tag
run: |
../tea r ls -o=simple
echo $(../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:
node-version: '20'