Skip to content

Commit 1e253fe

Browse files
committed
fix: syntax error;
1 parent f1369a7 commit 1e253fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
for (const change of changes) {
3333
if (change.startsWith('src/apis/')) {
3434
const library = change.split('/')[2];
35-
if (allowlist.includes(library) {
35+
if (allowlist.includes(library)) {
3636
nodePaths.add(library);
3737
}
3838
};

0 commit comments

Comments
 (0)