Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release workflow This PR adds a release workflow that build an artefact with dune-release. The workflow runs only on branch `v*.*.x`. Should be tested on the branch `v2.5.x`. * Replace make_release by the Release workflow * Test the workflow on this PR * Trigger the workflow * Trigger the workflow * Use the prelease of opam We use the new flag `allow-prelease-opam` of the GitHub action `setup-ocaml` to use the prelease version `2.2` of opam. * Use the latest tag on the branch in the tarball * Try to fetch tags with the GitHub action `checkout` By default, this GitHub action doesn't retrieve the tags of the current branch but we need to get these tags for `dune-release`. * Use the current commit for the name of the artefact * Run the release workflow only on `v*.*.*` branches * Use workflow_dispatch * Use OCaml 4.14.1 for the release workflow
- Loading branch information