Skip to content

Commit

Permalink
Fix changelog generation error because repo was not being checked out. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicguru authored Aug 26, 2024
1 parent 7a61bda commit eda6aa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/GenerateReleaseZip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:
with:
name: ${{ env.MOD_NAME }}

# The repository needs to be checked out for the next changelog step.
- name: Checkout Repository
uses: actions/[email protected]

# Auto-generate changelog.
- name: Build Changelog
id: github_release
Expand Down

0 comments on commit eda6aa8

Please sign in to comment.