ci: Undo selection for release steps [skip ci]

This commit is contained in:
2024-11-25 19:12:38 -07:00
parent face51ae0c
commit 89a1b0dec7
-11
View File
@@ -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