Skip to content

Commit

Permalink
Try changelog in message
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Oct 24, 2023
1 parent 997092f commit 6f58d20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
mod_changes=$(echo $mod_changes | sed -r 's/[/]/\\\//g')
perl -i -pe "s/\@mod_changes\@/$mod_changes/g" $changelog
echo "changelog=$(cat $changelog)" >> $GITHUB_OUTPUT
rm ./pax/modpack/manifest_prev.json
- name: Rename changelog
run: mv CHANGELOG.md CHANGELOG-${{ steps.info.outputs.projectsuffix }}.md
Expand All @@ -206,9 +208,9 @@ jobs:
uses: Ilshidur/[email protected]
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USERNAME: Underbot
DISCORD_USERNAME: UnderBot
with:
args: ${{ steps.mod_changes.outputs.mod_changes }}
args: ${{ steps.mod_changes.outputs.changelog }}

build-modpack:
name: Build Modpack
Expand Down

0 comments on commit 6f58d20

Please sign in to comment.