From d3868d6f6215353d2231f29ed4ce3e367ba8b68a Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 12 Jan 2023 12:33:09 +0900 Subject: [PATCH] chore: Fix typo in comments (#1520) Signed-off-by: Ian Lewis --- .github/workflows/scripts/pre-release/references.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/pre-release/references.sh b/.github/workflows/scripts/pre-release/references.sh index b3ce8363ce..5b401b698c 100755 --- a/.github/workflows/scripts/pre-release/references.sh +++ b/.github/workflows/scripts/pre-release/references.sh @@ -1,7 +1,7 @@ #!/bin/bash # Verify that Action calls that are pinned (not locally called) -# use the same referemnce as the relealse tag. +# use the same reference as the release tag. # See reasoning in ./github/actions/README.md set -euo pipefail