Skip to content

Commit

Permalink
ci(release): generate markdown readme for crates-io
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Sep 15, 2023
1 parent 6a59c19 commit cd63151
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,15 @@ jobs:
- name: Setup | Rust
uses: dtolnay/rust-toolchain@stable

- name: Setup | Nix
uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build | Markdown readme
run: nix develop --command just markdown

- name: Build | Publish to crates.io
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit cd63151

Please sign in to comment.