1.2.37 fix release script

This commit is contained in:
Kevin Hester 2021-05-25 08:29:06 +08:00
parent a98bf80c24
commit 29587d4c4e
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
# Will be available in steps.version.outputs.version
- name: Get version string
run: echo "::set-output name=version::$(./bin/buildinfo.py)"
run: echo "::set-output name=version::$(./bin/buildinfo.py short)"
id: version
- name: Build everything

View File

@ -1,4 +1,4 @@
[VERSION]
major = 1
minor = 2
build = 36
build = 37