diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 195e707..d531fe0 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -1,13 +1,12 @@ name: Publish -on: +on: workflow_dispatch: inputs: - name: - description: "name" + really: + description: "This is really going to release. Enter \'yolo\' to confirm." required: true - default: "world" - + default: "" jobs: job: