From 1498156f5686d6bba650381bfa20e33bd22b4d5b Mon Sep 17 00:00:00 2001 From: wjqserver <114663932+WJQSERVER@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:38:51 +0800 Subject: [PATCH] e3.0.3rc1 --- .github/workflows/build-dev.yml | 6 ++++-- DEV-VERSION | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index ecee468..7e55976 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -51,7 +51,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: dev + #ref: dev + ref: v3 - name: 加载版本号 run: | if [ -f DEV-VERSION ]; then @@ -114,7 +115,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: dev + #ref: dev + ref: v3 - name: Load VERSION run: | if [ -f DEV-VERSION ]; then diff --git a/DEV-VERSION b/DEV-VERSION index 62cff45..3ed3395 100644 --- a/DEV-VERSION +++ b/DEV-VERSION @@ -1 +1 @@ -25w22a \ No newline at end of file +e3.0.3rc1 \ No newline at end of file