From 3a5ab8a35a7669aa4f4f3985c11a8220d6eb19c6 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Fri, 22 Dec 2023 16:57:21 -0600 Subject: [PATCH] chore: Remove invalid config --- .github/workflows/release-please.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index a8e93d774..a8da8927a 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -18,8 +18,6 @@ jobs: steps: - uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e id: release - config-file: release-please-config.json - manifest-file: .release-please-manifest.json outputs: releases_created: ${{ steps.release.outputs.releases_created }}