diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0b0c40a..aed35832 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Setup Git Config + run: | + git config user.name "Prad N." + git config user.email "prad@sonr.io" + - uses: oven-sh/setup-bun@v2 with: bun-version: latest