From 1e253fe82983432dab4f5e1f0e36120afba11099 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Thu, 3 Dec 2020 10:50:40 -0800 Subject: [PATCH] fix: syntax error; --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 17d02d8..d8eb1ba 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -32,7 +32,7 @@ jobs: for (const change of changes) { if (change.startsWith('src/apis/')) { const library = change.split('/')[2]; - if (allowlist.includes(library) { + if (allowlist.includes(library)) { nodePaths.add(library); } };