Skip to content

Release Minor

Release Minor #2

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