Skip to content

Commit 284672c

Browse files
chore: update publish conditions of repos
algolia/api-clients-automation#462 Co-authored-by: Clément Vannicatte <[email protected]>
1 parent b669131 commit 284672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
name: Publish
1111
runs-on: ubuntu-20.04
12-
if: "startsWith(github.event.head_commit.message, 'chore: release v')"
12+
if: "startsWith(github.event.head_commit.message, 'chore: release')"
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:

0 commit comments

Comments
 (0)