Skip to content

Commit

Permalink
remove _sdk from workflow for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prom3theu5 committed Jun 12, 2022
1 parent 4096e89 commit 38678e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
python-version: ${{matrix.pythonversion}}
- name: Build SDK
run: make build_${{ matrix.language }}_sdk
run: make build_${{ matrix.language }}
- name: Check worktree clean
run: |
git update-index -q --refresh
Expand Down

0 comments on commit 38678e1

Please sign in to comment.