Skip to content

Commit

Permalink
chore(github-actions): 移除fetch-tags选项以优化构建过程
Browse files Browse the repository at this point in the history
在github-actions的release工作流中,移除了fetch-tags选项以优化构建过程,减少不必要的时间消耗。
  • Loading branch information
lw396 committed Jun 29, 2024
1 parent 989788f commit 8175f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
show-progress: true
submodules: true
fetch-tags: true

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 8175f76

Please sign in to comment.