From 8f36bf3ee660cf022ab4eef35a9c3299b704d0c5 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 12 Dec 2021 19:46:03 +0100 Subject: [PATCH] fix --- .github/workflows/publish-release.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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