Merge pull request 'kkkkkkkkkk' (#74) from develop-7 into master
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-xml / format-branch (push) Successful in 22s Details
Bump version / build (push) Failing after 34s Details
convert-to-yml / develop-branch (push) Has been skipped Details

Reviewed-on: #74
This commit is contained in:
giles 2023-10-21 23:22:37 +00:00
commit 1d26d0214f
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
#with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}