Skip to content

Commit

Permalink
chore: Fix opam release workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 14, 2022
1 parent 5159169 commit 6738f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6738f47

Please sign in to comment.