Skip to content

Commit ea92aa0

Browse files
authored
Fix: Add workdir to goreleaser action for protoc-gen-connect-python build (#3)
Signed-off-by: i2y <[email protected]> Co-authored-by: i2y <[email protected]>
1 parent 86cb1f4 commit ea92aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
version: "~> v2"
3939
args: release --clean
40+
workdir: protoc-gen-connect-python
4041
env:
4142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4243

0 commit comments

Comments
 (0)