....
build-develop-branch / build-branch (push) Failing after 35s
Details
build-develop-branch / build-branch (push) Failing after 35s
Details
This commit is contained in:
parent
900de76e97
commit
2fca33f8d5
|
@ -23,9 +23,9 @@ jobs:
|
||||||
- name: get tag
|
- name: get tag
|
||||||
run: |
|
run: |
|
||||||
../tea r ls -o=simple
|
../tea r ls -o=simple
|
||||||
export 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
|
echo $version
|
||||||
echo $version | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.
|
echo $version | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g'
|
||||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
Loading…
Reference in New Issue