mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
releaser: add option 'use-gh-cli'
This commit is contained in:
@@ -40,6 +40,10 @@ inputs:
|
||||
description: 'Whether to create releases from any tag or to treat some as snapshots'
|
||||
required: false
|
||||
default: true
|
||||
use-gh-cli:
|
||||
description: 'Whether to use the GitHub CLI for uploading artifacts (requires actions/checkout)'
|
||||
required: false
|
||||
default: false
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
@@ -55,3 +59,4 @@ runs:
|
||||
INPUT_TAG: ${{ inputs.tag }}
|
||||
INPUT_RM: ${{ inputs.rm }}
|
||||
INPUT_SNAPSHOTS: ${{ inputs.snapshots }}
|
||||
INPUT_USE-GH-CLI: ${{ inputs.use-gh-cli }}
|
||||
|
||||
Reference in New Issue
Block a user