Skip to content

Commit 352179d

Browse files
committed
ci: fix setup key on release
1 parent 43e3eea commit 352179d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opam-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
run: opam exec -- dune runtest -p reason,rtop
7171

7272
- name: Install dune-release
73-
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == 'ocaml-base-compiler.5.4.0'
73+
if: startsWith(github.ref, 'refs/tags/') && matrix.setup.os == 'ubuntu-latest' && matrix.setup.ocaml-compiler == 'ocaml-base-compiler.5.4.0'
7474
run: opam install dune-release -y
7575

7676
- name: Release to opam
7777
uses: davesnx/[email protected]
78-
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == 'ocaml-base-compiler.5.4.0'
78+
if: startsWith(github.ref, 'refs/tags/') && matrix.setup.os == 'ubuntu-latest' && matrix.setup.ocaml-compiler == 'ocaml-base-compiler.5.4.0'
7979
with:
8080
packages: 'reason,rtop'
8181
changelog: './CHANGES.md'

0 commit comments

Comments
 (0)