diff --git a/.gitea/workflows/ci-basic.yml b/.gitea/workflows/ci-basic.yml index 9ce8bc3..b17134d 100644 --- a/.gitea/workflows/ci-basic.yml +++ b/.gitea/workflows/ci-basic.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup go uses: actions/setup-go@v5 diff --git a/.gitea/workflows/ci-protected.yml b/.gitea/workflows/ci-protected.yml index 5e2a18c..35994eb 100644 --- a/.gitea/workflows/ci-protected.yml +++ b/.gitea/workflows/ci-protected.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup go uses: actions/setup-go@v5 diff --git a/.gitea/workflows/ci-tag.yml b/.gitea/workflows/ci-tag.yml index a7e78dd..7fcf0ea 100644 --- a/.gitea/workflows/ci-tag.yml +++ b/.gitea/workflows/ci-tag.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup go uses: actions/setup-go@v5