Skip to content

Commit

Permalink
prevent the annoying manifest change message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eligarf committed Nov 1, 2024
1 parent c4f2515 commit 352579f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
version: ${{steps.get_version.outputs.version-without-v}}
url: https://github.com/${{github.repository}}
manifest: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
changelog: https://github.com/${{github.repository}}/blob/${{github.event.release.tag_name}}/ChangeLog.md
bugs: https://github.com/${{github.repository}}/issues
Expand Down
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# v4.10
# v4.10.1
* Update pt-BR.json (thanks Kharmans)
* Stop the annoying manifest changed warning (after this update)

# v4.10.0
* Add an opt-out setting to clear Stealthy's stealth/perception flags from combatants at combat end.

# v4.9.1
Expand Down

0 comments on commit 352579f

Please sign in to comment.