Skip to content

ci(lighthouse): fix lighthouse config (#255) #112

ci(lighthouse): fix lighthouse config (#255)

ci(lighthouse): fix lighthouse config (#255) #112

name: Release Please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}