From 89a1b0dec73479fb577921f3ad6a0be78fa2e61a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 25 Nov 2024 19:12:38 -0700 Subject: [PATCH] ci: Undo selection for release steps [skip ci] --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 454ff30..7898f10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,20 +19,10 @@ on: - patch - minor - major - start_from: - description: "Specify the job to start from" - required: true - default: "" - type: choice - options: - - "" - - bump - - release-plz jobs: bump: runs-on: ubuntu-latest - if: ${{ github.event.inputs.start_from == 'bump' || github.event.inputs.start_from == '' }} steps: - name: Configure SSH for Git run: | @@ -115,7 +105,6 @@ jobs: # for more information needs: bump name: Release-plz - if: ${{ github.event.inputs.start_from == 'release-plz' || github.event.inputs.start_from == '' }} runs-on: ubuntu-latest steps: - name: Check if actor is repository owner