From e42d6c8906eedf8dcd1d4b4ad22f16db99f663a4 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 22 Jul 2026 13:45:34 -0700 Subject: [PATCH] fix(release): stop passing removed branch input to shared-ci --- .github/workflows/prod-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/prod-release.yml b/.github/workflows/prod-release.yml index 6dc102757..8b0e84697 100644 --- a/.github/workflows/prod-release.yml +++ b/.github/workflows/prod-release.yml @@ -22,8 +22,6 @@ env: jobs: pre-release-ci: uses: ./.github/workflows/shared-ci.yml - with: - branch: ${{ github.event.inputs.branch }} # Once all tests have passed, run semantic versioning version: @@ -124,4 +122,3 @@ jobs: needs: [publish] with: test-published-packages: true - branch: ${{ github.event.inputs.branch }}