Skip to content

build: add CI flow

build: add CI flow #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
tag:
name: Tag
timeout-minutes: 2
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out
uses: actions/checkout@v2
- name: Bump version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: false