Fix formatting
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
3712b74fde
commit
54383ef2f0
|
|
@ -1,10 +1,10 @@
|
||||||
# Automates crate publishing
|
# Automates crate publishing
|
||||||
# - Submit a PR to bump crate version.
|
# - Submit a PR to bump crate version.
|
||||||
# - Specify crate to publish from the menu.
|
# - Specify crate to publish from the menu.
|
||||||
# - Launch the job:
|
# - Launch the job:
|
||||||
# + The job will extract version from Cargo.toml
|
# + The job will extract version from Cargo.toml
|
||||||
# + Will publish to crates.io
|
# + Will publish to crates.io
|
||||||
# + Will add and push a git tag "<crate>-v<version>"
|
# + Will add and push a git tag "<crate>-v<version>"
|
||||||
|
|
||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue