ci: Undo selection for release steps [skip ci]
This commit is contained in:
@@ -19,20 +19,10 @@ on:
|
|||||||
- patch
|
- patch
|
||||||
- minor
|
- minor
|
||||||
- major
|
- major
|
||||||
start_from:
|
|
||||||
description: "Specify the job to start from"
|
|
||||||
required: true
|
|
||||||
default: ""
|
|
||||||
type: choice
|
|
||||||
options:
|
|
||||||
- ""
|
|
||||||
- bump
|
|
||||||
- release-plz
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump:
|
bump:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.inputs.start_from == 'bump' || github.event.inputs.start_from == '' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Configure SSH for Git
|
- name: Configure SSH for Git
|
||||||
run: |
|
run: |
|
||||||
@@ -115,7 +105,6 @@ jobs:
|
|||||||
# for more information
|
# for more information
|
||||||
needs: bump
|
needs: bump
|
||||||
name: Release-plz
|
name: Release-plz
|
||||||
if: ${{ github.event.inputs.start_from == 'release-plz' || github.event.inputs.start_from == '' }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check if actor is repository owner
|
- name: Check if actor is repository owner
|
||||||
|
|||||||
Reference in New Issue
Block a user