From 14343ca47ee1014e2cf9813777eb73a60752f18f Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Thu, 25 Jul 2024 16:10:47 +1000 Subject: [PATCH] Fix formatting issues in release action --- .github/workflows/release.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af53872..1c0c425 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,14 @@ # Release web assets from the latest successful build action into a certain release name: Release web assets -on: workflow_dispatch - inputs: - - name: rel_tag - description: Files are inserted into the release with this tag - type: string - required: false - default: 'PORTAL_RELEASE_20210718' +on: + workflow_dispatch: + inputs: + rel_tag: + description: Files are inserted into the release with this tag + type: string + required: false + default: PORTAL_RELEASE_20210718 jobs: do-release: