Skip to content

Commit 19440f9

Browse files
committed
fix: output name in bump release monorepo
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent e77a5bc commit 19440f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-release-monorepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
name: Detect mono-repo modules
9393
runs-on: ubuntu-latest
9494
outputs:
95-
is_monorepo: ${{ steps.detect-monorepo.outputs.is_monorepo }}
95+
is-monorepo: ${{ steps.detect-monorepo.outputs.is-monorepo }}
9696
names: ${{ steps.detect-monorepo.outputs.names }}
9797
bash-relative-names: ${{ steps.detect-monorepo.outputs.bash-relative-names }}
9898
steps:

0 commit comments

Comments
 (0)