fix: buildline expects tag to start with 'v'
This commit is contained in:
parent
5ba858545a
commit
d8ea6557df
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@ -3,7 +3,7 @@ name: "tagged-release"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
tagged-release:
|
||||
|
@ -1,4 +1,4 @@
|
||||
project_group = me.topchetoeu
|
||||
project_name = jscript
|
||||
project_version = 0.9.11-beta
|
||||
project_version = 0.9.12-beta
|
||||
main_class = me.topchetoeu.jscript.utils.JScriptRepl
|
||||
|
Loading…
Reference in New Issue
Block a user