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