From 6afbc821e36673a54daa6bb1348f3a32921695fa Mon Sep 17 00:00:00 2001 From: chenwj Date: Wed, 4 Sep 2024 17:12:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ci/cd=E6=96=87=E4=BB=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=94=99=E8=AF=AF=E7=BB=A7=E7=BB=AD=E7=9A=84=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .gitea/workflows/build.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 6c7e14a..685d558 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ DATABASE_URL=mysql://root:Chenweijia113!@localhost/lottery -version = "1.0.3" \ No newline at end of file +version = "1.0.4" \ No newline at end of file diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 631a619..d14c02b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -10,6 +10,7 @@ jobs: build: name: Build runs-on: ubuntu-latest + continue-on-error: true steps: - name: Checkout uses: https://gitea.com/actions/checkout@v4