Skip to content

feat(workflow): adjust the tag versioning #1

feat(workflow): adjust the tag versioning

feat(workflow): adjust the tag versioning #1

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: hennejg/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}