mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
.github: Remove start_version from Releaser
This commit is contained in:
9
.github/workflows/Releaser.yml
vendored
9
.github/workflows/Releaser.yml
vendored
@@ -1,4 +1,3 @@
|
|||||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
|
||||||
name: Releaser
|
name: Releaser
|
||||||
run-name: ${{ github.actor }} is creating ${{vars.PRODUCT_NAME}} release ${{inputs.new_version}}
|
run-name: ${{ github.actor }} is creating ${{vars.PRODUCT_NAME}} release ${{inputs.new_version}}
|
||||||
on:
|
on:
|
||||||
@@ -12,13 +11,6 @@ on:
|
|||||||
certified-20.4-cert1-rc1, certified-20.4-cert1
|
certified-20.4-cert1-rc1, certified-20.4-cert1
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
# start_version:
|
|
||||||
# description: |
|
|
||||||
# Last Version:
|
|
||||||
# Only use when you KNOW that the automated
|
|
||||||
# process won't get it right.
|
|
||||||
# required: false
|
|
||||||
# type: string
|
|
||||||
is_security:
|
is_security:
|
||||||
description: |
|
description: |
|
||||||
Security?
|
Security?
|
||||||
@@ -77,7 +69,6 @@ jobs:
|
|||||||
advisories: ${{inputs.advisories}}
|
advisories: ${{inputs.advisories}}
|
||||||
is_hotfix: ${{inputs.is_hotfix}}
|
is_hotfix: ${{inputs.is_hotfix}}
|
||||||
new_version: ${{inputs.new_version}}
|
new_version: ${{inputs.new_version}}
|
||||||
# start_version: ${{inputs.start_version}}
|
|
||||||
push_release_branches: ${{inputs.push_release_branches}}
|
push_release_branches: ${{inputs.push_release_branches}}
|
||||||
create_github_release: ${{inputs.create_github_release}}
|
create_github_release: ${{inputs.create_github_release}}
|
||||||
push_tarballs: ${{inputs.push_tarballs}}
|
push_tarballs: ${{inputs.push_tarballs}}
|
||||||
|
Reference in New Issue
Block a user