diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index cd16b72..00e1f3c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -1,10 +1,11 @@ name: Publish Release -on: workflow_dispatch - inputs: - confirm: - description: 'This is really going to release. Are you sure? Type \'yes\'.' - required: true - default: '' +on: + workflow_dispatch: + inputs: + confirm: + description: 'This is really going to release. Are you sure? Type \'yes\'.' + required: true + default: '' jobs: job: runs-on: ubuntu-latest