From 3282b6c5cd95add361b0a4e99719d542ea3b1d5a Mon Sep 17 00:00:00 2001 From: Agustin Date: Mon, 5 Feb 2024 00:09:06 +0100 Subject: [PATCH] fix: publish posible fix --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92e491209..5854ca6d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,8 +46,11 @@ jobs: if: ${{ steps.changelog.outputs.skipped == 'false' }} run: npx @ghost-fvtt/foundry-publish env: - FVTT_MANIFEST_PATH: 'module.json' + FVTT_MANIFEST_URL: 'https://github.com/allnnde/pf2e-esp-translation/releases/latest/download/module.json' FVTT_PACKAGE_ID: ${{ secrets.FVTT_PACKAGE_ID }} FVTT_USERNAME: ${{ secrets.FVTT_USERNAME }} FVTT_PASSWORD: ${{ secrets.FVTT_PASSWORD }} - FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: true + FVTT_MINIMUM_CORE_VERSION: 11 + FVTT_PACKAGE_VERSION: ${{ steps.changelog.outputs.tag }} + FVTT_VERIFIED_CORE_VERSION: 11 + FVTT_COMPATIBLE_CORE_VERSION: 11