Skip to content

Commit 13767bc

Browse files
committed
Merge branch 'master' of github.com:League-of-Foundry-Developers/bug-reporter
2 parents 90e4508 + 3ed0bcd commit 13767bc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/main.yml

+10
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ jobs:
3838
artifacts: './Module/module.json, ./module.zip'
3939
tag: ${{ github.event.release.tag_name }}
4040
body: ${{ github.event.release.body }}
41+
42+
# Publish this new version to the Foundry VTT Module Listing
43+
- name: FoundryVTT AutoPublish
44+
uses: Varriount/fvtt-autopublish@v1.0.2a
45+
with:
46+
username: ${{ secrets.FOUNDRY_ADMIN_USER }}
47+
password: ${{ secrets.FOUNDRY_ADMIN_PW }}
48+
module-id: 924
49+
manifest-url: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
50+
manifest-file: Module/module.json

Module/module.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"esmodules": ["/main.js"],
5858
"styles": ["/style.css"],
5959
"url": "https://github.com/League-of-Foundry-Developers/bug-reporter",
60+
"changelog": "https://github.com/League-of-Foundry-Developers/bug-reporter/releases",
6061
"manifest": "https://github.com/League-of-Foundry-Developers/bug-reporter/releases/download/latest/manifest.json",
6162
"download": "https://github.com/League-of-Foundry-Developers/bug-reporter/releases/download/latest/module.zip",
6263
"readme": "https://github.com/League-of-Foundry-Developers/bug-reporter/blob/master/README.md",

0 commit comments

Comments
 (0)