Skip to content

Commit 00ef371

Browse files
committed
fix: release.yml - make sdk rule
1 parent bec104e commit 00ef371

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
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
python-version: ${{matrix.pythonversion}}
8181
- name: Build SDK
82-
run: make build_${{ matrix.language }}_sdk
82+
run: make build_${{ matrix.language }}
8383
- name: Check worktree clean
8484
run: |
8585
git update-index -q --refresh

0 commit comments

Comments
 (0)