diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 521efc9..ab1f2fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,4 +13,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 \ No newline at end of file + fetch-depth: 0 + + - name: Setup git + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" \ No newline at end of file