Skip to content

Commit

Permalink
chore: Replace git:// protocol in release workflow (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Jan 13, 2022
1 parent 59874ce commit 9bec64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"

- name: Build archive
run: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9bec64c

Please sign in to comment.