File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
777778- 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'
You can’t perform that action at this time.
0 commit comments