Skip to content

Commit 796c762

Browse files
committed
Fix release workflow
1 parent 037ae1c commit 796c762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
options: --user root
1313
steps:
1414
- run: apt update && apt install git -y && git --version
15-
- run: git config --global --add safe.directory /__w/fabric/fabric
15+
- run: git config --global --add safe.directory /__w/fabric-api/fabric-api
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0

0 commit comments

Comments
 (0)