Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.txt
  • Loading branch information
drewg13 committed Jun 11, 2024
2 parents c24b788 + 2749dc1 commit ff684f6
Show file tree
Hide file tree
Showing 3 changed files with 684 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@

1.7.0 V10 only release!, Fix position of icon in roller button on sidebar, move button to a Token Layer sub-control, Make new interface # of dice follow setting, change dice setting to range sliders, set new interface as default, add setting for Extreme Effect, add Custom Messages and Editor menu

1.7.1 Testing release, no functional changes

1.7.2 Testing release, no functional changes

1.8.0 Fix Dice-So-Nice and add Roll method indicators
Loading

0 comments on commit ff684f6

Please sign in to comment.