From 6738f47601ccae3b8c9da54e297deed417ee03b2 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 14 Jan 2022 15:00:39 -0700 Subject: [PATCH] chore: Fix opam release workflow (#26) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a30365..9a945fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - name: Setup opam repository run: | mkdir -p ~/.opam/plugins/opam-publish/repos/ - git clone git://github.com/ocaml/opam-repository ~/.opam/plugins/opam-publish/repos/ocaml%opam-repository + git clone https://github.com/ocaml/opam-repository ~/.opam/plugins/opam-publish/repos/ocaml%opam-repository cd ~/.opam/plugins/opam-publish/repos/ocaml%opam-repository git remote add user https://${{ secrets.OPAM_RELEASE }}@github.com/grainbot/opam-repository