Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Dec 14, 2023
1 parent e511abf commit 37a678d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,14 @@ jobs:
git checkout stash module.json
git commit -m "${{github.event.release.tag_name}} manifest"
git push -f
- name: Publish to Foundry Admin
if: "!github.event.release.prerelease"
run: npx @ghost-fvtt/foundry-publish
env:
FVTT_MANIFEST_PATH: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
FVTT_PACKAGE_ID: ${{ secrets.FVTT_PACKAGE_ID }}
FVTT_USERNAME: ${{ secrets.FVTT_USERNAME }}
FVTT_PASSWORD: ${{ secrets.FVTT_PASSWORD }}
FVTT_CHANGELOG_URL: ${{ github.event.release.html_url }}
FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: true

0 comments on commit 37a678d

Please sign in to comment.