fix: buildline expects tag to start with 'v'

This commit is contained in:
TopchetoEU 2024-03-09 00:45:00 +02:00
parent 5ba858545a
commit 355d772b93
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: "tagged-release"
on:
push:
tags:
- "v*"
- "*"
jobs:
tagged-release:

View File

@ -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