diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce141019..ea6542b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'