diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index 133a92f..0a09ced 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -9,7 +9,7 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: fetch-depth: 0 # all history for all branches and tags - uses: actions/setup-go@v5