Skip to content

Commit

Permalink
ci: cargo-readme --no-title
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Jan 24, 2025
1 parent ea39c4e commit a92baaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: steps.covector.outputs.commandRan == 'version'
run: cargo install cargo-readme --locked

- run: cargo readme --no-license > README.md
- run: cargo readme --no-title --no-license > README.md
if: steps.covector.outputs.commandRan == 'version'

- name: Create Pull Request With Versions Bumped
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# wry

<p align="center"><img height="100" src="https://raw.githubusercontent.com/tauri-apps/wry/refs/heads/dev/.github/splash.png" alt="WRY Webview Rendering library" /></p>

[![](https://img.shields.io/crates/v/wry?style=flat-square)](https://crates.io/crates/wry) [![](https://img.shields.io/docsrs/wry?style=flat-square)](https://docs.rs/wry/)
Expand Down

0 comments on commit a92baaa

Please sign in to comment.