Skip to content

chore: updated release workflows #60

chore: updated release workflows

chore: updated release workflows #60

name: release-please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:

Check failure on line 12 in .github/workflows/release_please.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_please.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
if: >
github.event_name == 'push' ||
(github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}