-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into main
# Conflicts: # CHANGELOG.txt
- Loading branch information
Showing
3 changed files
with
684 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,12 +142,11 @@ jobs: | |
tag: ${{ github.event.release.tag_name }} | ||
body: ${{ github.event.release.body }} | ||
|
||
# Publish the release to FoundryVTT's package repository. | ||
# Publish update to Foundry Admin interface via API | ||
- name: Publish Module to FoundryVTT Website | ||
uses: Varriount/[email protected] | ||
id: publish-to-foundry-website | ||
uses: cs96and/[email protected] | ||
with: | ||
username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} | ||
password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} | ||
module-id: ${{ secrets.FOUNDRY_ADMIN_MODULE_ID }} | ||
manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json | ||
manifest-file: './module.json' | ||
package-token: ${{ secrets.PACKAGE_TOKEN }} | ||
manifest-url: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.