mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-05 07:13:43 +00:00
override an existing release by the same tag
This commit is contained in:
parent
888150209e
commit
809ad6c4e5
4 changed files with 27 additions and 0 deletions
|
@ -32,6 +32,9 @@ inputs:
|
|||
verbose:
|
||||
description: 'Increase the verbosity level'
|
||||
default: 'false'
|
||||
override:
|
||||
description: 'Override an existing release by the same {tag}'
|
||||
default: 'false'
|
||||
prerelease:
|
||||
description: 'Mark Release as Pre-Release'
|
||||
default: 'false'
|
||||
|
@ -76,6 +79,8 @@ runs:
|
|||
export SHA="${{ github.sha }}"
|
||||
fi
|
||||
|
||||
export OVERRIDE="${{ inputs.override }}"
|
||||
|
||||
export VERBOSE="${{ inputs.verbose }}"
|
||||
|
||||
export RETRY="${{ inputs.download-retry }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue