Skip to content

Commit 928076e

Browse files
committed
fix: fix cicd
1 parent 2d8c9e4 commit 928076e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project_name: cluster-bootstrap
44

55
before:
66
hooks:
7-
- cd cli && go mod tidy
7+
- sh -c 'cd cli && go mod tidy'
88

99
builds:
1010
- main: ./main.go

0 commit comments

Comments
 (0)