Skip to content

Automate publish

Automate publish #1

Workflow file for this run

name: Bump version tag on merge
on:
pull_request:
types: [closed]
branches: [main]
jobs:
tag:
uses: git-mastery/actions/.github/workflows/bump-version.yml@main
secrets: inherit