Skip to content

Commit

Permalink
enable autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Oct 31, 2021
1 parent 7d0c13d commit f3dd4dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Expand Up @@ -45,11 +45,11 @@ jobs:
body: ${{ github.event.release.body }}

# Publish this new version to the Foundry VTT Module Listing
# - name: FoundryVTT AutoPublish
# uses: Varriount/fvtt-autopublish@v1.0.2a
# with:
# username: ${{ secrets.FOUNDRY_ADMIN_USER }}
# password: ${{ secrets.FOUNDRY_ADMIN_PW }}
# module-id: 833
# manifest-url: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
# manifest-file: module.json
- name: FoundryVTT AutoPublish
uses: Varriount/fvtt-autopublish@v1.0.2a
with:
username: ${{ secrets.FOUNDRY_ADMIN_USER }}
password: ${{ secrets.FOUNDRY_ADMIN_PW }}
module-id: 1645
manifest-url: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
manifest-file: module.json

0 comments on commit f3dd4dc

Please sign in to comment.