fix
This commit is contained in:
parent
d44e0c8512
commit
100a1b61f4
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
|
@ -3,7 +3,7 @@ name: Publish
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
confirm:
|
really:
|
||||||
description: 'This is really going to release. Enter \'yolo\' to confirm.'
|
description: 'This is really going to release. Enter \'yolo\' to confirm.'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Confirm
|
- name: Confirm
|
||||||
if: ${{ github.event.inputs.confirm }} != 'yolo'
|
if: ${{ github.event.inputs.really }} != 'yolo'
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user