Commit 45f7cf8
committed
[FIX] false failures when detecting unreleased dependencies
The interpreter is launched with `-e` option, which makes bash fail as soon as one command fails.
The grep command will fail when there's no match. That's a valid use case, and means that there are no unreleased dependencies (or no dependencies).1 parent eeddf39 commit 45f7cf8
File tree
1 file changed
+3
-2
lines changed- src/.github/workflows
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | | - | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments