Skip to content

Commit 741f21b

Browse files
committed
ci: fix goreleaser main path
1 parent 3d29d4b commit 741f21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
version: latest
2626
args: release --rm-dist
27-
workdir: ./cmd/cli
27+
workdir: ./cmd
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)