Skip to content

Commit

Permalink
re-add github_changelog_generator call
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 14, 2022
1 parent 9d73374 commit 5dc7a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modpack-uploader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ function New-GitHubRelease {
Write-Host

Invoke-RestMethod -Headers $Headers -Uri $Uri -Body $Body -Method Post

Start-Process Powershell.exe -Argument "-NoProfile -Command github_changelog_generator"
}
}

Expand Down

0 comments on commit 5dc7a5c

Please sign in to comment.