ci: Remove input for release

This commit is contained in:
Gerald Pinder 2024-01-24 17:38:42 -05:00
parent 42d879a6e5
commit cf04653458

View file

@ -1,13 +1,8 @@
name: Open a release PR
name: Release
# how to trigger: https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
on:
workflow_dispatch:
inputs:
version:
description: Version to release
required: true
type: string
env:
CARGO_TERM_COLOR: always