From a60f7bfabdb020fabbc00a972ca3988344e7810c Mon Sep 17 00:00:00 2001 From: hfhbd <22521688+hfhbd@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:06:18 +0200 Subject: [PATCH] Fix typo --- .github/workflows/ci-check-no-dist-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check-no-dist-update.yml b/.github/workflows/ci-check-no-dist-update.yml index f48a095..302c103 100644 --- a/.github/workflows/ci-check-no-dist-update.yml +++ b/.github/workflows/ci-check-no-dist-update.yml @@ -35,6 +35,6 @@ jobs: done - run: | - echo "The 'dist' directory is auotmatically updated by the release process." + echo "The 'dist' directory is automatically updated by the release process." echo "It should not be updated manually in a non-release branch or a pull request." exit 1