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
This commit is contained in:
giles 2023-10-25 11:21:37 +00:00
commit fe653240e4
1 changed files with 2 additions and 21 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,25 +19,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: bump release
run: |
../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')"
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'