Compare commits

...

4 Commits

Author SHA1 Message Date
giles fce61c8c7a develop/latest -> build/latest
convert-to-yml / develop-branch (push) Successful in 32s Details
2023-10-24 00:36:47 +00:00
giles 1a7ec28dd0 develop/latest -> build/latest
convert-to-yml / develop-branch (push) Successful in 31s Details
2023-10-24 00:34:25 +00:00
giles 8906efda4f develop/latest -> build/latest
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-24 00:28:21 +00:00
gilesb 8d0b68fb19 adding latest
build-develop-branch / build-branch (push) Successful in 40s Details
/ prettier (pull_request) Successful in 16s Details
2023-10-24 01:27:44 +01:00
6 changed files with 22 additions and 2189 deletions

View File

@ -22,3 +22,22 @@ jobs:
../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
- name: Run latest-tag
uses: EndBug/latest-tag@latest
with:
# You can change the name of the tag or branch with this input.
# Default: 'latest'
#ref: someCustomTagName
# If a description is provided, the action will use it to create an annotated tag. If none is given, the action will create a lightweight tag.
# Default: ''
description: ${{ env.VERSION }}
# Force-update a branch instead of using a tag.
# Default: false
# force-branch: true
# Directory to use when executing git commands
# Default: '${{ github.workspace }}'
# git-directory: 'path/to/repo/dir'

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 origin HEAD:refs/heads/deployed/${{ github.ref_name }}
git push -f 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