Skip to content

Automatic release

Automatic release #3

name: Automatic release
# Use this one for custom pre-commit config (needing custom tools)
on:
workflow_call:
secrets:
GH_TOKEN:
required: true
workflow_dispatch:
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: geokrety/geokrety-gha-workflows/.github/actions/semantic-release@convcom
with:
token: ${{ secrets.GH_TOKEN }}