diff --git a/.github/workflows/ts-sdk.yml b/.github/workflows/ts-sdk.yml index 583303f..7331af9 100644 --- a/.github/workflows/ts-sdk.yml +++ b/.github/workflows/ts-sdk.yml @@ -52,8 +52,8 @@ jobs: - name: Commit jsr.json run: | cd hookdeck-typescript-sdk - # git config --local user.email "action@github.com" - # git config --local user.name "GitHub Action" + git config --local user.email "info@hookdeck.com" + git config --local user.name "GitHub Action" git add -A git commit -m "docs: updating JSR release ${{ inputs.version }}"