From e3356afe30293d7254b0c9a5e2cbe699a05bd509 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 14 Mar 2024 18:21:08 +0800 Subject: [PATCH] chore: fix version --- .gitea/workflows/release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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