From 7187b7ce0b7724d940a9562518be0cb84fef0bc4 Mon Sep 17 00:00:00 2001 From: John Mikos Date: Tue, 9 Dec 2025 11:35:27 +0000 Subject: [PATCH] chore: forcing release-please action to use config file Co-authored-by: Shane Dowling --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 943f856..701049d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,4 +22,4 @@ jobs: - uses: googleapis/release-please-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - release-type: python + config-file: release-please-config.json