From 13644889ec995af7b8a2b2f25ff29bfbd55eea5e Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sun, 24 Oct 2021 22:02:12 +0100 Subject: [PATCH] spelling --- .github/workflows/brum.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/brum.yml b/.github/workflows/brum.yml index 76a33149a..0750fd132 100644 --- a/.github/workflows/brum.yml +++ b/.github/workflows/brum.yml @@ -34,8 +34,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.BOT }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: "App v__VERSION__" + tagName: win11inreact-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: "Win11inReact v__VERSION__" releaseBody: "See the assets to download this version and install." - releaseDraft: true + releaseDraft: false prerelease: false