diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 6f10a91..4dffda3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -31,12 +31,10 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v4 - with: - repository: yindo/drop-app - token: ${{ secrets.GITHUB_TOKEN }} - submodules: true - fetch-depth: 0 + - name: Clone repository + run: | + git clone --recursive --depth=0 https://free-git.org/yindo/drop-app.git . + git config --global --add safe.directory $PWD - name: setup pnpm uses: pnpm/action-setup@v4