Skip to content

🔧 ci: add auto-tag workflow for main branch #1

🔧 ci: add auto-tag workflow for main branch

🔧 ci: add auto-tag workflow for main branch #1

Workflow file for this run

name: Generate Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: butlerlogic/action-autotag@stable
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: package
tag_prefix: "v"