From fcb2a73d133ccc2d172df9bbd3f2778d2f4be111 Mon Sep 17 00:00:00 2001 From: Randy Merrill Date: Thu, 6 Feb 2025 07:30:20 -0700 Subject: [PATCH] chore: Update release-please.yml Removing unsupported input for release please --- .github/workflows/release-please.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cdd3453b..cd05cf8b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,6 @@ jobs: id: release with: token: ${{ secrets.GITHUB_TOKEN }} - default-branch: main - uses: actions/checkout@v4 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-node@v4