diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07351b5..77adc59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - submodules: 'recursive' + submodules: "recursive" - name: Build archive run: | @@ -68,7 +68,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