Skip to content

Commit aadb265

Browse files
committed
feat(spec): updated the sdk as per the api spec released on 2025-03-10
Signed-off-by: Ujjwal Kumar <[email protected]>
1 parent 6d3fbf5 commit aadb265

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
@semantic-release/git \
4949
@semantic-release/github
5050
51+
- name: Configure Git User
52+
if: github.ref == 'refs/heads/master' && matrix.python-version == '3.8'
53+
run: |
54+
git config --global user.name "uibm"
55+
git config --global user.email "[email protected]"
56+
5157
- name: Semantic Release and Publish
5258
if: github.ref == 'refs/heads/master' && matrix.python-version == '3.8'
5359
env:

0 commit comments

Comments
 (0)