From 29587d4c4e17b81c975821a53f4ef62ea11ba8ae Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 25 May 2021 08:29:06 +0800 Subject: [PATCH] 1.2.37 fix release script --- .github/workflows/release.yml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b94d1c5..159a62b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/version.properties b/version.properties index a18efc74..95ac13f0 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 2 -build = 36 +build = 37