Skip to content

Commit

Permalink
Merge branch '1.20.2' into 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Mar 4, 2024
2 parents 1cc0b20 + b7cac27 commit be9fc66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
description: "Base ref for changelog generator"
required: true
type: string
headRef:
description: "Head ref for changelog generator"
required: true
type: string

env:
MINECRAFT_VERSION: "1.20.1"
Expand Down Expand Up @@ -99,6 +103,7 @@ jobs:
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
base-ref: ${{ inputs.baseRef }}
head-ref: ${{ inputs.headRef }}

outputs:
changelog: ${{ steps.changelog.outputs.changelog }}
Expand Down

0 comments on commit be9fc66

Please sign in to comment.