mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
.github: Minor tweak to Asterisk Releaser
This commit is contained in:
26
.github/workflows/Releaser.yml
vendored
26
.github/workflows/Releaser.yml
vendored
@@ -4,12 +4,6 @@ run-name: ${{ github.actor }} is creating ${{vars.PRODUCT_NAME}} release ${{inpu
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
is_security:
|
||||
description: |
|
||||
Security or Hotfix?
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
new_version:
|
||||
description: |
|
||||
New Version:
|
||||
@@ -18,13 +12,19 @@ on:
|
||||
certified-20.4-cert1-rc1, certified-20.4-cert1
|
||||
required: true
|
||||
type: string
|
||||
start_version:
|
||||
# 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:
|
||||
description: |
|
||||
Last Version:
|
||||
Only use when you KNOW that the automated
|
||||
process won't get it right.
|
||||
required: false
|
||||
type: string
|
||||
Security or Hotfix?
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
push_release_branches:
|
||||
description: |
|
||||
Push release branches live?
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
product: ${{vars.PRODUCT_NAME}}
|
||||
is_security: ${{inputs.is_security}}
|
||||
new_version: ${{inputs.new_version}}
|
||||
start_version: ${{inputs.start_version}}
|
||||
# start_version: ${{inputs.start_version}}
|
||||
push_release_branches: ${{inputs.push_release_branches}}
|
||||
create_github_release: ${{inputs.create_github_release}}
|
||||
push_tarballs: ${{inputs.push_tarballs}}
|
||||
|
Reference in New Issue
Block a user