Skip to content

chore: fixed ci

chore: fixed ci #110

name: release-please
on:
push:
branches:
- master
pull_request:
types: [closed]
branches:
- master
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
if: github.event_name != 'pull_request' || (github.event.pull_request.merged && github.event.pull_request.head.ref !~ 'release-please/.*')

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

View workflow run for this annotation

GitHub Actions / release-please

Invalid workflow file

The workflow is not valid. .github/workflows/release_please.yml (Line: 18, Col: 9): Unexpected symbol: '!'. Located at position 112 within expression: github.event_name != 'pull_request' || (github.event.pull_request.merged && github.event.pull_request.head.ref !~ 'release-please/.*')
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}