@setoelkahfi / svara / commits / ed7458d

chore(workflow): switched master workflow to nightly

Am now using a sane semver method

mellbacon committed Jun 29, 2023 at 10:52 UTC ed7458d4d1c6f387f48613a062cfafe0dbbcf341
1 file changed +3 -4
.github/workflows/main.yml
+3 -4
@@ -1,4 +1,4 @@
1 -name: "Test Build (master)"
1 +name: "Nightly Build (master)"
2 on:
3 push:
4 branches:
@@ -38,9 +38,8 @@ jobs:
38 env:
39 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40 with:
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."
41 + releaseName: "Nucleus v__VERSION__-nightly.${{github.run_number}}"
42 + releaseBody: "This build is made on every merge to master for testing purposes. This is not an official release by any means.\nPlease refer to [the contribution guidelines](https://github.com/mellobacon/Nucleus/blob/master/CONTRIBUTING.md#submitting-issues) for info on submitting bug reports.\n\n### *Will have bugs/missing/incomplete features. Best for testing. Not production ready. Use at own risk.*"
43 releaseDraft: true
44 prerelease: true
45 includeDebug: true