electron / releases

📦 Complete and up-to-date info about every release of Electron
MIT License
245 stars 38 forks source link

build: add support for alpha releases #119

Closed VerteDinde closed 3 years ago

VerteDinde commented 3 years ago

Modifies the collect script and tests to support/check for alpha releases.

Note: An "alpha" tag must be added to npm dist-tags in order to pass tests: https://docs.npmjs.com/cli/v7/commands/npm-dist-tag

VerteDinde commented 3 years ago

The build failure in the test hook is unrelated and seems to also be happening in master. Looks like the test runner is missing an .env file and GH_TOKEN?:

ENOENT: no such file or directory, open '/home/runner/work/releases/releases/.env'

Tests pass both locally and in the hook, prior to the final build step.