Skip to content

feat: auto-tag on push to main #1

feat: auto-tag on push to main

feat: auto-tag on push to main #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
test:
uses: ./.github/workflows/test.yaml
tag:
needs: test
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bump version and push tag
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch