Dax Raad пре 7 месеци
родитељ
комит
273e7b8379
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      .github/workflows/publish.yml

+ 6 - 0
.github/workflows/publish.yml

@@ -67,6 +67,9 @@ jobs:
         with:
           fetch-tags: true
 
+      - name: Mark workspace as safe
+        run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
+
       - uses: ./.github/actions/setup-bun
 
       - name: Build
@@ -107,6 +110,9 @@ jobs:
         with:
           fetch-tags: true
 
+      - name: Mark workspace as safe
+        run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
+
       - uses: apple-actions/import-codesign-certs@v2
         if: ${{ runner.os == 'macOS' }}
         with: