Skip to content

Commit 6a9a039

Browse files
committed
Added a sleep before uploading releases.
1 parent a234ab8 commit 6a9a039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ifneq ($(EXISTS),1)
3535
--description "$(VERSION)"
3636
endif
3737

38+
sleep 5
3839
github-release upload \
3940
--user $(GIT_USER) \
4041
--repo $(GIT_REPOSITORY) \

0 commit comments

Comments
 (0)