From 7ffd9706af87e8bab01f31a8321fa9db1fe74bfb Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 5 Nov 2023 22:21:19 +0100 Subject: [PATCH] chore: use new package version publishing flow --- .woodpecker/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index b6aaa21..c353819 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -77,15 +77,15 @@ steps: - forge_token publish-to-foundry-admin: group: publish - image: johannesloher/foundry-publish + image: johannesloher/foundry-publish:v2.4.0 environment: FVTT_DELETE_OBSOLETE_VERSIONS: 'true' + FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: 'true' commands: - export FVTT_MANIFEST_PATH=${CI_REPO_NAME}/module.json - export FVTT_MANIFEST_URL=${CI_REPO_URL}/releases/download/${CI_COMMIT_TAG}/module.json - foundry-publish secrets: - - fvtt_package_id - fvtt_username - fvtt_password when: