diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f84d71..30d2e49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,12 +39,12 @@ jobs: tag: ${{ github.event.release.tag_name }} body: ${{ github.event.release.body }} - # Autopublish to the Foundry Admin panel - - name: FoundryVTT AutoPublish - uses: Varriount/fvtt-autopublish@v1.0.2a - with: - username: ${{ secrets.FOUNDRY_ADMIN_USER }} - password: ${{ secrets.FOUNDRY_ADMIN_PW }} - module-id: 26 - manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json - manifest-file: ./module.json + # Autopublish to the Foundry Admin panel + - name: FoundryVTT AutoPublish + uses: Varriount/fvtt-autopublish@v1.0.2a + with: + username: ${{ secrets.FOUNDRY_ADMIN_USER }} + password: ${{ secrets.FOUNDRY_ADMIN_PW }} + module-id: 26 + manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json + manifest-file: ./module.json