Skip to content

Commit

Permalink
chore: Release on the v102 branch (#27)
Browse files Browse the repository at this point in the history
chore: Fix opam release workflow
  • Loading branch information
phated committed Jan 14, 2022
1 parent 41c69d4 commit 52ae07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- v102

jobs:
release-please:
Expand Down Expand Up @@ -67,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 52ae07d

Please sign in to comment.