From 1605406ac5209e3c6c97b02e0e29762ea39ba1fd Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 8 Aug 2023 16:37:02 +0200 Subject: [PATCH] Add workspace as safe directory --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1138888..10142d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,9 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - name: Set up Git user + - name: Set up Git config run: | + git config --global --add safe.directory "${{ github.workspace }}" git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Update packages