From d7b6b16e954ef14c2fe930e258d9ad9bf5b4305c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 17 Aug 2024 01:14:05 +0900 Subject: [PATCH] chore: fix typo in release.yml (#297) chore: update release.yml seperated -> separated --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25fa122b..61124289 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: BODY=$(gh release view ${{ needs.release.outputs.tag_name }} --json body | jq -r '.body') EXTENSION=$(cat .github/releases/release_notes.md) - # Build up notes from BODY and EXTENSION seperated by two newlines + # Build up notes from BODY and EXTENSION separated by two newlines # https://trstringer.com/github-actions-multiline-strings/#option-2---environment-variable NOTES=$(cat << EOF $BODY