From 37d447dec608c53c5d431c900fa0d5bee910924e Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:12:38 -0400 Subject: [PATCH] Update publish-to-fvtt.yml --- .github/workflows/publish-to-fvtt.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-to-fvtt.yml b/.github/workflows/publish-to-fvtt.yml index 1c55847..613a210 100644 --- a/.github/workflows/publish-to-fvtt.yml +++ b/.github/workflows/publish-to-fvtt.yml @@ -2,12 +2,12 @@ name: Publish new version to foundry on: release: types: [released] - jobs: - refresh-feed: - runs-on: ubuntu-latest - steps: - - name: Run fvtt apu - uses: JamesIves/fetch-api-data-action@v2 - with: - endpoint: https://api.foundryvtt.com/_api/packages/release_version/ - configuration: '{ "method": "GET", "headers": { "Authorization": "${{ secrets.FVTT_API_TOKEN }}" } "body": { "id": "pf2e-reactive-token-ring", "dry-run": true, "release": { "version": "${{github.event.release.tag_name}}", "manifest": "https://github.com/${{github.repository}}/releases/${{github.event.release.tag_name}}/download/module.json", "notes": "https://github.com/${{github.repository}}/releases/tag/${{github.event.release.tag_name}}" "compatibility": { "minimum": "12", "verified": "12", "maximum": "" } } } }' +jobs: + refresh-feed: + runs-on: ubuntu-latest + steps: + - name: Run fvtt apu + uses: JamesIves/fetch-api-data-action@v2 + with: + endpoint: https://api.foundryvtt.com/_api/packages/release_version/ + configuration: '{ "method": "GET", "headers": { "Authorization": "${{ secrets.FVTT_API_TOKEN }}" } "body": { "id": "pf2e-reactive-token-ring", "dry-run": true, "release": { "version": "${{github.event.release.tag_name}}", "manifest": "https://github.com/${{github.repository}}/releases/${{github.event.release.tag_name}}/download/module.json", "notes": "https://github.com/${{github.repository}}/releases/tag/${{github.event.release.tag_name}}" "compatibility": { "minimum": "12", "verified": "12", "maximum": "" } } } }'