diff --git a/.github/workflows/ct-release.yml b/.github/workflows/ct-release.yml index 608da30..c5b0b35 100644 --- a/.github/workflows/ct-release.yml +++ b/.github/workflows/ct-release.yml @@ -20,6 +20,9 @@ jobs: with: fetch-depth: 0 + - name: Git safe.directory + run: git config --global --add safe.directory $PWD + - name: Setup Git run: | git config --global user.email "github-actions[bot]@users.noreply.github.com"