Skip to content
package

GitHub Action

Release FoundryVTT Package

v1 Latest version

Release FoundryVTT Package

package

Release FoundryVTT Package

Pushes a new FoundryVTT package release to FoundryVTT.com

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Release FoundryVTT Package

uses: illandril/FoundryVTT-package-release-action@v1

Learn more about this action in illandril/FoundryVTT-package-release-action

Choose a version

FoundryVTT-package-release-action

This action pushes a new FoundryVTT package release via the Package Release API

Inputs

package-release-token

Required The secret API token for the package

manifest-url

Required The URL to the manfiest file for the version you are releasing

dry-run

The URL to the manfiest file for the version you are releasing

Outputs

response

The response received from the API.

Example usage

uses: illandril/FoundryVTT-package-release-action@latest
with:
  package-release-token: ${{ secrets.PACKAGE_RELEASE_TOKEN }}
  manifest-url: 'https://github.com/you/your-package/releases/download/v1.2.3/module.json'