Skip to content

Commit

Permalink
add autopublish action
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline authored Jun 10, 2021
1 parent 4676f6b commit 4970a14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,12 @@ jobs:
artifacts: './module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

- name: FoundryVTT AutoPublish
uses: Varriount/fvtt-autopublish@v1.0.2a
with:
username: ${{ secrets.FOUNDRY_ADMIN_USER }}
password: ${{ secrets.FOUNDRY_ADMIN_PW }}
module-id: 26
manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json
manifest-file: ./module.json

0 comments on commit 4970a14

Please sign in to comment.