Skip to content

Commit 65d3357

Browse files
committed
build: set current dir as safe repo
1 parent 25b2cb7 commit 65d3357

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
@@ -20,6 +20,8 @@ jobs:
2020
run: chmod +x ./gradlew
2121
- name: Build Release APK
2222
run: ./gradlew assembleRelease
23+
- name: Set current directory as a safe repository
24+
run: git config --global --add safe.directory /github/workspace
2325
- name: Releasing using Hub
2426
uses: r0user/release-apk@main
2527
env:

0 commit comments

Comments
 (0)