Updated github workflows

pull/18/head v0.0.4
Ian Davis 2023-05-29 15:29:04 +01:00
parent 3e11d3b1a6
commit ed149868fa
1 changed files with 17 additions and 0 deletions

17
.github/workflows/version.yml vendored 100644
View File

@ -0,0 +1,17 @@
name: Bump version
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}