fix
This commit is contained in:
parent
31cbe74bb2
commit
84a970f8a4
9
.github/workflows/publish-release.yml
vendored
9
.github/workflows/publish-release.yml
vendored
|
@ -1,13 +1,12 @@
|
||||||
name: Publish
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
name:
|
really:
|
||||||
description: "name"
|
description: "This is really going to release. Enter \'yolo\' to confirm."
|
||||||
required: true
|
required: true
|
||||||
default: "world"
|
default: ""
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user