Skip to content

build: add structured release process #14

build: add structured release process

build: add structured release process #14

Workflow file for this run

name: Push main
on:
push:
branches: main
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
config-file: release-please-config.json
manifest-file: release-please-manifest.json
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}