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 be0b47e commit 3255307Copy full SHA for 3255307
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
with:
46
distribution: goreleaser
47
version: latest
48
- args: release --clean
+ args: release --clean --skip-validate
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yml
@@ -1,10 +1,6 @@
1
# .goreleaser.yml
2
project_name: jg-cursor-cracker
3
4
-# 添加git配置
5
-git:
6
- dirty: true # 允许在脏工作区运行
7
-
8
before:
9
hooks:
10
# 确保在项目根目录执行go mod tidy,忽略data目录中的go文件
0 commit comments