We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1369a7 commit 1e253feCopy full SHA for 1e253fe
.github/workflows/release-please.yaml
@@ -32,7 +32,7 @@ jobs:
32
for (const change of changes) {
33
if (change.startsWith('src/apis/')) {
34
const library = change.split('/')[2];
35
- if (allowlist.includes(library) {
+ if (allowlist.includes(library)) {
36
nodePaths.add(library);
37
}
38
};
0 commit comments