Skip to content

Commit

Permalink
Merge branch 'master' of github.com:League-of-Foundry-Developers/bug-…
Browse files Browse the repository at this point in the history
…reporter
  • Loading branch information
Ethck committed Aug 6, 2021
2 parents 90e4508 + 3ed0bcd commit 13767bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ jobs:
artifacts: './Module/module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

# Publish this new version to the Foundry VTT Module Listing
- name: FoundryVTT AutoPublish
uses: Varriount/[email protected]
with:
username: ${{ secrets.FOUNDRY_ADMIN_USER }}
password: ${{ secrets.FOUNDRY_ADMIN_PW }}
module-id: 924
manifest-url: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
manifest-file: Module/module.json
1 change: 1 addition & 0 deletions Module/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"esmodules": ["/main.js"],
"styles": ["/style.css"],
"url": "https://github.com/League-of-Foundry-Developers/bug-reporter",
"changelog": "https://github.com/League-of-Foundry-Developers/bug-reporter/releases",
"manifest": "https://github.com/League-of-Foundry-Developers/bug-reporter/releases/download/latest/manifest.json",
"download": "https://github.com/League-of-Foundry-Developers/bug-reporter/releases/download/latest/module.zip",
"readme": "https://github.com/League-of-Foundry-Developers/bug-reporter/blob/master/README.md",
Expand Down

0 comments on commit 13767bc

Please sign in to comment.