Skip to content

chore: Initial commit #1

chore: Initial commit

chore: Initial commit #1

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
with:
release-type: simple
token: ${{ secrets.RELEASE_PLEASE }}