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 # Will be available in steps.version.outputs.version
- name: Get version string - 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 id: version
- name: Build everything - name: Build everything

View File

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