From 9950983ad68f1b0b5a3a2281ae9a21c31b501409 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 12:52:50 +0000 Subject: [PATCH 1/4] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=20VERSION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ddc0018..599587b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.10.8-03e7810 +v1.10.8-169a4ef From 32b2beb5cf2f155f5974af02c3fe826872c72ffe Mon Sep 17 00:00:00 2001 From: bugungu <113701655+SilianZ@users.noreply.github.com> Date: Sat, 25 May 2024 21:08:53 +0800 Subject: [PATCH 2/4] Update build_and_publish.yml --- .github/workflows/build_and_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 7cef492..7db0b82 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -21,7 +21,9 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -a -m ":sparkles: 更新 VERSION" + git tag "${{ steps.get_version.outputs.VERSION }}" git push + git push origin --tags - name: Get version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF#refs/*/} From 9a3c2b970b8eb712850ca51d36e5bbb4dcdaafbe Mon Sep 17 00:00:00 2001 From: bugungu <113701655+SilianZ@users.noreply.github.com> Date: Sat, 25 May 2024 21:13:08 +0800 Subject: [PATCH 3/4] Update build_and_publish.yml --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 7db0b82..549c8bc 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -21,7 +21,7 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -a -m ":sparkles: 更新 VERSION" - git tag "${{ steps.get_version.outputs.VERSION }}" + git tag "$steps.get_version.outputs.VERSION" git push git push origin --tags - name: Get version From 656fc5b7c85729b5fd990e3dba8e42655385b158 Mon Sep 17 00:00:00 2001 From: bugungu <113701655+SilianZ@users.noreply.github.com> Date: Sat, 25 May 2024 21:16:24 +0800 Subject: [PATCH 4/4] Update build_and_publish.yml --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 549c8bc..cefe233 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -21,7 +21,7 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -a -m ":sparkles: 更新 VERSION" - git tag "$steps.get_version.outputs.VERSION" + git tag "${steps.get_version.outputs.VERSION}" git push git push origin --tags - name: Get version