Skip to content

Commit

Permalink
Update modpack-uploader.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 19, 2022
1 parent 989afa1 commit 9ebb9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/modpack-uploader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ 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 --since-tag $CHANGES_SINCE_VERSION --token $GITHUB_TOKEN"
Start-Process Powershell.exe -Argument "-NoProfile -Command github_changelog_generator --since-tag $CHANGES_SINCE_VERSION"
}
}

Expand Down

0 comments on commit 9ebb9f9

Please sign in to comment.