From 7dd3006d5cfd7ba7f660604c16c5862638f0efea Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Wed, 22 Jan 2025 17:31:33 +0000 Subject: [PATCH] chore: fix default workspace dirs (#16) --- .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 51f493f..39687d8 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -43,7 +43,7 @@ on: type: string description: 'Space-separated list of paths to the workspace directories. To be used in configurations of release-please with merged PR for different components.' required: false - default: '.' + default: '' publish-to-crates-io: type: string description: 'Whether to publish to crates.io'