Skip to content

Commit 6104172

Browse files
authored
Merge pull request #6 from tencentcloudstack/fix/release-action
fix: release.yml - make sdk rule
2 parents bec104e + 00ef371 commit 6104172

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)