@setoelkahfi / svara / commits / 8ea4a09

misc: changed tag/release name versioning in workflow

mellbacon committed May 30, 2023 at 17:11 UTC 8ea4a094e5fc91d9272a6f3057a2da8f6435546f
1 file changed +2 -2
.github/workflows/main.yml
+2 -2
@@ -38,8 +38,8 @@ jobs:
38 env:
39 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40 with:
41 - tagName: app-v__VERSION__ (test build) # the action automatically replaces \_\_VERSION\_\_ with the app version
42 - releaseName: "App v__VERSION__-TEST-BUILD"
41 + tagName: Nucleus-v__VERSION__-alpha # the action automatically replaces \_\_VERSION\_\_ with the app version
42 + releaseName: "Nucleus v__VERSION__-alpha"
43 releaseBody: "See the assets to download this version and install."
44 releaseDraft: true
45 prerelease: true