diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a6284..ecb9c32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,12 @@ jobs: with: fetch-depth: 0 + - name: Set git email + run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + + - name: Set git name + run: git config --global user.name "github-actions[bot]" + - name: Get previous tag id: previous_tag run: |