Skip to content

illandril/FoundryVTT-package-release-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

FoundryVTT-package-release-action

Illandril Author License
Version Open Issues

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@v1
with:
  package-release-token: ${{ secrets.PACKAGE_RELEASE_TOKEN }}
  manifest-url: 'https://github.com/you/your-package/releases/download/v1.2.3/module.json'