diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25b7f62..f93174e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,6 +87,6 @@ jobs: - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 with: + skip-github-pull-request: "${{ startsWith(github.event.head_commit.message, 'release: ') }}" token: ${{ steps.app-token.outputs.token }} target-branch: ${{ github.ref_name }} - skip-github-pull-request: "${{ startsWith(github.event.head_commit.message, 'release: ') }}"