chore: use new package version publishing flow
ci/woodpecker/pr/checks Pipeline was successful Details
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/manual/checks Pipeline was successful Details
ci/woodpecker/manual/release Pipeline was successful Details

This commit is contained in:
Johannes Loher 2023-11-05 22:21:19 +01:00
parent 27992aa4d6
commit 7ffd9706af
Signed by: saluu
GPG Key ID: 7CB0A9FB553DA045
1 changed files with 2 additions and 2 deletions

View File

@ -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: