Skip to content

Commit

Permalink
Updated to new package release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cs96and committed Mar 3, 2024
1 parent 8022ab9 commit 9a5a04b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:
- name: Publish Module to FoundryVTT Website
id: publish_to_foundry_website
if: ${{ !github.event.release.unpublished && !github.event.release.prerelease }}
uses: Varriount/fvtt-autopublish@v1.1.1
uses: cs96and/FoundryVTT-release-package@v1
with:
username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }}
password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }}
module-id: ${{ secrets.FOUNDRY_ADMIN_MODULE_ID }}
package-token: ${{ secrets.FOUNDRY_PACKAGE_TOKEN }}
manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json
manifest-file: ./module/module.json

0 comments on commit 9a5a04b

Please sign in to comment.