From 54383ef2f0a2f70224d2455d9845e07e41679d10 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 24 Aug 2023 14:28:52 -0700 Subject: [PATCH] Fix formatting Signed-off-by: Maksym Pavlenko --- .github/workflows/publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f1a9e31..c63967e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 "-v" +# 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 "-v" name: Release on: