We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3255307 commit aa374abCopy full SHA for aa374ab
.goreleaser.yml
@@ -3,8 +3,8 @@ project_name: jg-cursor-cracker
3
4
before:
5
hooks:
6
- # 确保在项目根目录执行go mod tidy,忽略data目录中的go文件
7
- - cd $(pwd) && go mod tidy
+ # 清理构建目录
+ - go mod tidy
8
9
builds:
10
- id: jg-cursor-cracker
0 commit comments