Skip to content

Merge pull request #41 from hack-dance/release-please--branches--main #27

Merge pull request #41 from hack-dance/release-please--branches--main

Merge pull request #41 from hack-dance/release-please--branches--main #27

name: release-please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
issues: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN || github.token }}
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json
skip-github-release: true