Skip to content

Commit 9f3296b

Browse files
committed
.github/workflows: Fix SDK path in release.yml
1 parent 79af0a0 commit 9f3296b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
publish:
99
# This job publishes the package to PyPI
1010
runs-on: ubuntu-latest
11+
defaults:
12+
run:
13+
working-directory: ./sdk
1114
steps:
1215
- uses: actions/checkout@v2
1316
- name: Set up Python 3.10

0 commit comments

Comments
 (0)