Compare commits

..

12 Commits

Author SHA1 Message Date
giles f1353754cc develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 32s Details
2023-10-24 00:16:56 +00:00
batch-bot 008e4e5ab7 develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 33s Details
2023-10-24 00:00:49 +00:00
giles f3d0897157 develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 33s Details
2023-10-23 23:58:23 +00:00
batch-bot 01305ae06d develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 31s Details
2023-10-23 23:51:50 +00:00
giles 9517502557 develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 36s Details
2023-10-23 23:49:43 +00:00
giles 136285d997 develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 31s Details
2023-10-23 23:26:32 +00:00
giles 731f923180 develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 33s Details
2023-10-23 23:22:17 +00:00
giles 0cd4d871bc develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 22:47:14 +00:00
giles c0a0144cbf develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 33s Details
2023-10-23 22:43:48 +00:00
giles b13353b13a develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 22:39:02 +00:00
giles b4bcd334ce develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 32s Details
2023-10-23 22:31:20 +00:00
giles 332970334f develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 22:11:22 +00:00
8 changed files with 6 additions and 2192 deletions

View File

@ -1,4 +1,4 @@
name: master-pushed
name: build-develop-branch
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
@ -19,6 +19,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: bump release
run: |
export version=$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')
../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
echo ::set-env name=VERSION::$version

View File

@ -31,4 +31,4 @@ jobs:
git config --global user.email "username@users.noreply.github.com"
git add -A
git commit -a -m "${{ github.ref_name }} -> refs/heads/deployed/${{ github.ref_name }} "
git push -f origin HEAD:refs/heads/deployed/${{ github.ref_name }}
git push origin HEAD:refs/heads/deployed/${{ github.ref_name }}

File diff suppressed because it is too large Load Diff

1
equipment-model.axml Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long