Skip to content

chore: more github actions & project cleanup (#6) #1

chore: more github actions & project cleanup (#6)

chore: more github actions & project cleanup (#6) #1

name: Semantic Tagging
on:
push:
branches:
- main
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 }}