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 }}