Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron <[email protected]>
  • Loading branch information
eastcw authored May 28, 2024
1 parent 73dd301 commit ec91816
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ jobs:
prerelease: ${{ github.event.release.prerelease }}

# Publish this new version to the Foundry VTT Module Listing
- name: FoundryVTT AutoPublish
uses: Varriount/[email protected]
with:
username: ${{ secrets.FOUNDRY_ADMIN_USER }}
password: ${{ secrets.FOUNDRY_ADMIN_PW }}
module-id: ${{ secrets.FOUNDRY_MODULE_ID }}
manifest-url: https://github.com/${{github.repository}}/releases/download/v${{ steps.get_version.outputs.version-without-v }}/module.json
manifest-file: src/module.json
# - name: FoundryVTT AutoPublish
# uses: Varriount/[email protected]
# with:
# username: ${{ secrets.FOUNDRY_ADMIN_USER }}
# password: ${{ secrets.FOUNDRY_ADMIN_PW }}
# module-id: ${{ secrets.FOUNDRY_MODULE_ID }}
# manifest-url: https://github.com/${{github.repository}}/releases/download/v${{ steps.get_version.outputs.version-without-v }}/module.json
# manifest-file: src/module.json

0 comments on commit ec91816

Please sign in to comment.