We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb099a commit a154d0aCopy full SHA for a154d0a
.github/workflows/release.yml
@@ -320,7 +320,7 @@ jobs:
320
- name: Commit new versions
321
run: |
322
git config user.name "github-actions[bot]"
323
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
324
git add ./sdk-reference
325
git commit -am "[skip ci] Release new versions" || exit 0
326
git push
0 commit comments