Skip to content

fix: upgrade version and fill changelog #845

fix: upgrade version and fill changelog

fix: upgrade version and fill changelog #845

Workflow file for this run

---
name: CI checks
on: push
jobs:
cargo-lint:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-nursery.yml@develop
with:
toolchain: nightly-2022-10-28
cargo-publish:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cargo-publish.yml@develop
if: startsWith(github.ref, 'refs/tags/')
with:
toolchain: nightly-2022-10-28
secrets: inherit
cleanup:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cleanup_cache.yml@develop
secrets: inherit