Skip to content

Commit 7031a12

Browse files
committed
fix workflow
1 parent e1388ff commit 7031a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build binaries
2828
run: |
29-
go generate ./pkg/capacity/...
29+
go generate ./pkg/...
3030
cd cmds
3131
make
3232
env:

0 commit comments

Comments
 (0)