Skip to content

Release Minor

Release Minor #3

---
name: Release Minor
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/release-action@main
with:
release_type: 'minor'
github_token: ${{ secrets.OAPICF_GITHUB_TOKEN }}