Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Jan 27, 2024
1 parent c4436e6 commit 3b8b225
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: node ./update-foundry-package.js
env:
FOUNDRY_API_TOKEN: ${{ secrets.FOUNDRY_API_TOKEN }}
PACKAGE_ID: 'gambits-premades' # Add your package ID here
PACKAGE_VERSION: '${{ steps.get-version.outputs.version }}' # Add your package version here
MANIFEST_URL: 'https://github.com/gambit07/gambits-premades/releases/latest/download/module.json' # Add your manifest URL here
RELEASE_NOTES_URL: 'https://github.com/gambit07/gambits-premades/releases/latest/download/gambits-premades.zip' # Add your release notes URL here
FOUNDRY_MIN_VERSION: '11' # Add the minimum Foundry VTT version
FOUNDRY_VERIFIED_VERSION: '11' # Add the verified Foundry VTT version
FOUNDRY_MAX_VERSION: '11' # Add the maximum Foundry VTT version, if applicable
PACKAGE_ID: 'gambits-premades'
PACKAGE_VERSION: '${{ steps.get-version.outputs.version }}'
MANIFEST_URL: 'https://github.com/gambit07/gambits-premades/releases/download/${{ steps.get-version.outputs.version }}/module.json'
RELEASE_NOTES_URL: 'https://github.com/gambit07/gambits-premades/releases/tag/${{ steps.get-version.outputs.version }}'
FOUNDRY_MIN_VERSION: '11'
FOUNDRY_VERIFIED_VERSION: '11'
FOUNDRY_MAX_VERSION: '11'

0 comments on commit 3b8b225

Please sign in to comment.