Skip to content

Commit

Permalink
remember hardcoded master branch dependency
Browse files Browse the repository at this point in the history
Also set `generate_release_notes` to true, and removed values that are set to their defaults
  • Loading branch information
NielsPilgaard committed Feb 25, 2023
1 parent 7598627 commit a0167fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modpack-uploader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,8 @@ function New-GitHubRelease {

$Body = @{
tag_name = $MODPACK_VERSION
target_commitish = 'master'
name = $MODPACK_VERSION
body = ''
draft = $false
prerelease = $false
generate_release_notes = $true
} | ConvertTo-Json


Expand Down

0 comments on commit a0167fe

Please sign in to comment.