mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-18 05:56:57 +08:00
releaser: use GitHub CLI by default; remove option 'use-gh-cli'
This commit is contained in:
@@ -40,10 +40,6 @@ 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: 'docker'
|
||||
image: 'docker://ghcr.io/pytooling/releaser'
|
||||
|
||||
Reference in New Issue
Block a user