Skip to content

Commit baf8c5e

Browse files
committed
Fix a small rare error in the release script
1 parent e2505c3 commit baf8c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
{
3131
echo 'CHANGELOG<<EOF'
3232
cat .release/*/CHANGELOG.md
33-
echo EOF
33+
printf '\nEOF'
3434
} >> "$GITHUB_OUTPUT"
3535
3636
- name: Notify Discord webhook

modules/SideBarMixin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ function SideBarMixin:SortElements(dataProviderEntries)
10051005
--- 1. playerIsOwner
10061006
--- 2. isBlizzardLoadout
10071007
--- 3. name
1008-
--- 4. id (basically, the order they were created?)
1008+
--- 4. id (basically, the order they were created)
10091009
---
10101010
--- custom loadouts are listed underneath their parent, if any
10111011

0 commit comments

Comments
 (0)