chore(workflow): added tag name to workflow
Apparently you cant make a release without a tag name?
mellbacon committed
Jun 29, 2023 at 11:05 UTC
5269f1f8fa782fa7a1856f20df38e6339becf251
1 file changed
+1
.github/workflows/main.yml
+1
@@ -38,6 +38,7 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
41
+ tagName: "nightly"
42
releaseName: "Nucleus v__VERSION__-nightly.${{github.run_number}}"
43
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.*"
44
releaseDraft: true