Skip to content

Commit

Permalink
Use new package release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cs96and authored Jan 28, 2024
1 parent 9290062 commit 0d5d0e1
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.json

0 comments on commit 0d5d0e1

Please sign in to comment.