Skip to content

Commit 5eb7ee6

Browse files
fix: fix release action
test and fix release action
1 parent a8eba7c commit 5eb7ee6

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
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Install appledoc binary
106106
run: |
107-
git clone git://github.com/tomaz/appledoc.git
107+
git clone https://github.com/tomaz/appledoc
108108
cd appledoc/
109109
sudo sh install-appledoc.sh
110110
cd ../

0 commit comments

Comments
 (0)