chore(workflow): updated build workflow
Workflow should reflect debug state
mellbacon committed
Jun 27, 2023 at 14:58 UTC
be6a09a7438b7e82c4c8867586e74d5d88462d99
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: Nucleus-v__VERSION__-alpha # the action automatically replaces \_\_VERSION\_\_ with the app version
42
- releaseName: "Nucleus v__VERSION__-alpha"
41
+ tagName: Nucleus-v__VERSION__-alpha-debug # the action automatically replaces \_\_VERSION\_\_ with the app version
42
+ releaseName: "Nucleus v__VERSION__-alpha-debug"
43
releaseBody: "See the assets to download this version and install."
44
releaseDraft: true
45
prerelease: true