Skip to content

Commit

Permalink
chore: fix typo in release.yml (#297)
Browse files Browse the repository at this point in the history
chore: update release.yml

seperated -> separated
  • Loading branch information
eltociear authored Aug 16, 2024
1 parent 305f097 commit d7b6b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7b6b16

Please sign in to comment.