From 723b220c6aa6393b8eebd84a6ddba69f35dc18b8 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:29:15 +0000 Subject: [PATCH] docs: comment typo --- .github/workflows/create_release_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release_and_build.yml b/.github/workflows/create_release_and_build.yml index 394b434..67e569a 100644 --- a/.github/workflows/create_release_and_build.yml +++ b/.github/workflows/create_release_and_build.yml @@ -135,7 +135,7 @@ jobs: # Publish to crates.io # ######################## - # THis could be moved to before a github release is made + # This could be moved to before a github release is made dry_run_cargo_publish: runs-on: ubuntu-latest needs: [container_image_build]