Skip to content

Commit b045fb7

Browse files
committed
fix(ci): dubious ownership
1 parent 65f9d0c commit b045fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ jobs:
223223
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
224224
steps:
225225
- uses: actions/checkout@v4
226+
- run: git config --global --add safe.directory "*"
227+
226228
- uses: actions/download-artifact@v4
227229
with:
228230
pattern: artifacts-*

0 commit comments

Comments
 (0)