Skip to content

Commit 9b5785a

Browse files
committed
- [!] fix CI build for release
1 parent 37b1768 commit 9b5785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go build -v -trimpath
4343
go test -v ./...
4444
# for the next GoReleaser step
45-
git restore go.mod go.sum
45+
# X: git restore go.mod go.sum
4646
4747
-
4848
name: Run GoReleaser

0 commit comments

Comments
 (0)