Skip to content

doc: Adding example main file #135

doc: Adding example main file

doc: Adding example main file #135

Workflow file for this run

on:
push:
branches:
- "main"
name: Release Please Action
permissions:
pull-requests: write
contents: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}