File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 38
38
artifacts : ' ./Module/module.json, ./module.zip'
39
39
tag : ${{ github.event.release.tag_name }}
40
40
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
Original file line number Diff line number Diff line change 57
57
"esmodules" : [" /main.js" ],
58
58
"styles" : [" /style.css" ],
59
59
"url" : " https://github.com/League-of-Foundry-Developers/bug-reporter" ,
60
+ "changelog" : " https://github.com/League-of-Foundry-Developers/bug-reporter/releases" ,
60
61
"manifest" : " https://github.com/League-of-Foundry-Developers/bug-reporter/releases/download/latest/manifest.json" ,
61
62
"download" : " https://github.com/League-of-Foundry-Developers/bug-reporter/releases/download/latest/module.zip" ,
62
63
"readme" : " https://github.com/League-of-Foundry-Developers/bug-reporter/blob/master/README.md" ,
You can’t perform that action at this time.
0 commit comments