Fix formatting

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2023-08-24 14:28:52 -07:00
parent 3712b74fde
commit 54383ef2f0
1 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# Automates crate publishing
# - Submit a PR to bump crate version.
# - Specify crate to publish from the menu.
# - Launch the job:
# + The job will extract version from Cargo.toml
# + Will publish to crates.io
# + Will add and push a git tag "<crate>-v<version>"
# Automates crate publishing
# - Submit a PR to bump crate version.
# - Specify crate to publish from the menu.
# - Launch the job:
# + The job will extract version from Cargo.toml
# + Will publish to crates.io
# + Will add and push a git tag "<crate>-v<version>"
name: Release
on: