Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv authored Aug 24, 2023
1 parent 3712b74 commit fa8be65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit fa8be65

Please sign in to comment.