From 47794367f5c074b7505edaffe9008d48318e5b42 Mon Sep 17 00:00:00 2001 From: Andrew Huynh Date: Sat, 30 Apr 2022 18:41:57 -0700 Subject: [PATCH] Simplify tag name & update release name --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 12ade03d7..90bc8c701 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,8 +56,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: "App v__VERSION__" + tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: "Spyglass v__VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: true prerelease: false