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