Skip to content

HACK: test change in lib.rs to see cargo readme run #8

HACK: test change in lib.rs to see cargo readme run

HACK: test change in lib.rs to see cargo readme run #8

Workflow file for this run

name: Release Plz
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- test_cargo_readme
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Install cargo-readme
run: cargo install cargo-readme
- name: Run Cargo readme
run: cargo readme > README.md