Compare commits

...

5 Commits

Author SHA1 Message Date
giles fe653240e4 Merge pull request 'test-push' (#229) from develop/bump-release-fail into master
master-pushed / new release (push) Successful in 10s Details
convert-to-xml / deploy (push) Successful in 21s Details
Reviewed-on: #229
2023-10-25 11:21:37 +00:00
gilesb e9f787b82b test-push
build-develop-branch / build-branch (push) Successful in 40s Details
build-develop-branch / delete-develop (pull_request) Has been skipped Details
/ prettier (pull_request) Successful in 16s Details
2023-10-25 12:19:52 +01:00
gilesb 381b1211b6 test-push
build-develop-branch / build-branch (push) Waiting to run Details
/ prettier (pull_request) Successful in 16s Details
convert-to-xml / deploy (push) Has been cancelled Details
build-develop-branch / new release (push) Has been cancelled Details
2023-10-25 12:19:20 +01:00
gilesb 3f8a784ea0 test-push
build-develop-branch / build-branch (push) Waiting to run Details
build-develop-branch / new release (push) Waiting to run Details
/ prettier (pull_request) Successful in 16s Details
2023-10-25 12:17:58 +01:00
gilesb 6a76cd6dc2 test-push
build-develop-branch / new release (push) Waiting to run Details
/ prettier (pull_request) Successful in 16s Details
2023-10-25 12:17:23 +01:00
3 changed files with 2 additions and 63 deletions

View File

@ -1,4 +1,4 @@
name: build-develop-branch
name: master-pushed
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
@ -19,27 +19,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: bump release
run: |
../tea r ls -o=simple
../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g'
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
echo $version
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 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

@ -1,40 +0,0 @@
name: build-develop-branch
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
jobs:
new release:
runs-on: ubuntu-latest
steps:
- name: get tea
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ../tea
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
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 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'