Skip to content

ci: try to fix workflow tag action #3

ci: try to fix workflow tag action

ci: try to fix workflow tag action #3

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: hennejg/github-tag-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: main