Skip to content

Commit 3d78ecd

Browse files
authored
chore: Release 0.0.1rc0 (take 3) (#69)
1 parent 8d9a161 commit 3d78ecd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ jobs:
7070
# 1. merged
7171
# 2. to the main branch
7272
# 3. with the label 'release:publish', and
73-
# 4. the title prefix '[chore] Release '.
74-
if: github.event.pull_request.merged &&
73+
# 4. the title prefix 'chore: Release '.
74+
if: >
75+
github.event.pull_request.merged &&
7576
github.ref == 'main' &&
7677
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
77-
startsWith(github.event.pull_request.title, '[chore] Release ')
78+
startsWith(github.event.pull_request.title, 'chore: Release ')
7879
7980
runs-on: ubuntu-latest
8081

0 commit comments

Comments
 (0)