Skip to content

Commit b553e11

Browse files
authored
chore(cd): don't run release please on release (#114)
1 parent fe1d5d9 commit b553e11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@ jobs:
108108

109109
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
110110
with:
111+
skip-github-pull-request: "${{ startsWith(github.event.head_commit.message, 'release: ') }}"
111112
token: ${{ steps.app-token.outputs.token }}
112113
target-branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)