From dd540a76db067e7f6fe06e882f49fcf5c2b97fe2 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:25:55 +0200 Subject: Release workflow (#54) * release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash * Maybe epic fixo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d75d9c..e2c7bb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: run: chmod +x ./gradlew - name: Get version number - run: echo '::set-output name=VERSION_NUMBER::$(46 + ${{ github.run_number }})' + run: echo '::set-output name=VERSION_NUMBER::$((47 + ${{ github.run_number }}))' id: version - name: Publish -- cgit