Skip to content

Commit

Permalink
fix: syntax error;
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Dec 3, 2020
1 parent f1369a7 commit 1e253fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};
Expand Down

0 comments on commit 1e253fe

Please sign in to comment.