develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 29s
Details
convert-to-yml / develop-branch (push) Successful in 29s
Details
This commit is contained in:
parent
fb48f213e6
commit
30499622bd
|
@ -23,8 +23,9 @@ jobs:
|
|||
- name: get tag
|
||||
run: |
|
||||
../tea r ls -o=simple
|
||||
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)"
|
||||
echo version | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.
|
||||
export version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)"
|
||||
echo $version
|
||||
echo $version | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.
|
||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
|
Loading…
Reference in New Issue