Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs authored Jan 23, 2024
1 parent f9768f5 commit da994c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ jobs:

# Publish to FoundryVTT
- name: Publish to Foundry VTT Repo
if: "!github.event.release.prerelease"
if: ${{ !github.event.release.prerelease }}
id: publish_foundry_repo
run: npx @ghost-fvtt/foundry-publish
run: npx @ghost-fvtt/foundry-publish@2.4.0
env:
FVTT_MANIFEST_PATH: "module.json"
FVTT_PACKAGE_ID: 3037
FVTT_PACKAGE_ID: "dnd5e-animations"
FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: true
FVTT_USERNAME: ${{ secrets.FOUNDRY_ADMIN_USERNAME }}
FVTT_PASSWORD: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }}
FVTT_MANIFEST_URL: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json

0 comments on commit da994c2

Please sign in to comment.