Skip to content

Commit 5dc8ca4

Browse files
Update release.yml
1 parent 5f2af00 commit 5dc8ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
sed -i 's/\[learn2draw/\[Lexy/' temp_change.md;
4040
sed -i 's/\[Voronoff/\[Tom Clancy Is Dead/' temp_change.md;
4141
sed -i 's/\[PJacek/\[TPlant/' temp_change.md;
42+
sed -i 's/\[justjuangui/\[trompetin17/' temp_change.md;
4243
cp temp_change.md changelog_temp.txt;
4344
cat CHANGELOG.md | sed '1d' >> temp_change.md;
4445
printf "# Changelog\n\n## [v${{ github.event.inputs.releaseVersion }}](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v${{ github.event.inputs.releaseVersion }}) ($(date +'%Y/%m/%d'))\n\n" | cat - temp_change.md > CHANGELOG.md;

0 commit comments

Comments
 (0)