Skip to content

Commit a154d0a

Browse files
0divjakubno
andauthored
Update .github/workflows/release.yml
Co-authored-by: Jakub Novák <[email protected]>
1 parent 1eb099a commit a154d0a

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
@@ -320,7 +320,7 @@ jobs:
320320
- name: Commit new versions
321321
run: |
322322
git config user.name "github-actions[bot]"
323-
git config user.email "github-actions[bot]@users.noreply.github.com"
323+
git config user.email "github-actions[bot]@users.noreply.github.com"
324324
git add ./sdk-reference
325325
git commit -am "[skip ci] Release new versions" || exit 0
326326
git push

0 commit comments

Comments
 (0)