Skip to content

Commit

Permalink
update: release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Changbaiqi committed Nov 28, 2024
1 parent 9d2f6b5 commit 07b1d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: true # 启用依赖缓存

- name: Get dependencies
run: go mod download
run: go mod tidy

- name: Prepare Release Directory
run: mkdir -p ${{ env.RELEASE_DIR }}
Expand Down

0 comments on commit 07b1d95

Please sign in to comment.