diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86c85ea..30b820f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,11 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile + - name: Initialize Git User + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + - name: Build package run: yarn prepare