From 3393b32e1fdba56bf7d2377fa154607da9a5c865 Mon Sep 17 00:00:00 2001 From: Sheen <9674168+sheenhx@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:41:56 +0200 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2238ba5d..22ee0112 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -21,7 +21,6 @@ jobs: - name: Set Version Name and Code run: | - echo "VERSION_NAME=1.0.0" >> $GITHUB_ENV echo "VERSION_CODE=${{ steps.commit_count.outputs.COUNT }}" >> $GITHUB_ENV shell: bash