Skip to content

Commit 63b2c9e

Browse files
author
kw.lei
committed
update release
1 parent 3c08c6d commit 63b2c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
with:
1818
go-version: 1.13.x
1919
-
20-
name: Run Client GoReleaser
20+
name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v1
2222
with:
2323
version: latest
2424
args: release --rm-dist
25+
workdir: ./client
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)