From 5a854e61d335788348dbba822a6444b619b6f500 Mon Sep 17 00:00:00 2001 From: Lesmiscore Date: Sun, 20 Feb 2022 18:03:55 +0900 Subject: [PATCH] partially reverted the part to give .114514 in its version --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd0b37388..a848020df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,10 @@ jobs: run: sudo apt-get -y install zip pandoc man - name: Set version suffix id: version_suffix - run: echo ::set-output name=version_suffix::114514 + env: + PUSH_VERSION_COMMIT: ${{ secrets.PUSH_VERSION_COMMIT }} + if: "env.PUSH_VERSION_COMMIT == ''" + run: echo ::set-output name=version_suffix::$(date -u +"%H%M%S") - name: Bump version id: bump_version run: |