Skip to content

Commit

Permalink
Fix filename of release-nightly changelog file when adding to git (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlhlm authored Nov 17, 2024
1 parent 1fab55c commit b8ae28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-modpack-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config pull.rebase true
git add "$last_non_nightly_release_name"
git add "$nightly_non_nightly_changelog_file"
git add "./releases/changelogs/nightly builds"
git add ./releases/manifests/nightly.json
git add ./gtnh-assets.json
Expand Down

0 comments on commit b8ae28e

Please sign in to comment.