You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex Crichton 10f27197b5 Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
..
Dockerfile Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
README.md Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
action.yml Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
main.js Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
package.json Migrate from Azure Pipelines to Github Actions (#474) 5 years ago

README.md

github-release

An action used to publish GitHub releases for wasmtime.

As of the time of this writing there's a few actions floating around which perform github releases but they all tend to have their set of drawbacks. Additionally nothing handles deleting releases which we need for our rolling dev release.

To handle all this this action rolls-its-own implementation using the actions/toolkit repository and packages published there. These run in a Docker container and take various inputs to orchestrate the release from the build.

More comments can be found in main.js.

Testing this is really hard. If you want to try though run npm install and then node main.js. You'll have to configure a bunch of env vars though to get anything reasonably working.