From fb56e05a2ead9a84471f48981e2de42bc3c8f2a7 Mon Sep 17 00:00:00 2001 From: LunaTheFoxgirl Date: Wed, 18 Sep 2024 01:23:56 +0200 Subject: [PATCH] Fix publish-gh script --- .github/workflows/publish-gh.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-gh.yml b/.github/workflows/publish-gh.yml index ddbe642e6..b12da96a8 100644 --- a/.github/workflows/publish-gh.yml +++ b/.github/workflows/publish-gh.yml @@ -4,12 +4,13 @@ on: workflow_call: inputs: tag: - required: true + required: false type: string default: ${{ github.ref }} name: - required: true + required: false type: string + default: '' generate-notes: required: false type: boolean