diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-05-03 12:32:40 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-05-03 12:32:40 +0200 |
| commit | b53ed8d5c433ba659f50e05d34dfed9582d2613e (patch) | |
| tree | ad8a7a97e9f5d2f66ac1b4e89158059c580070a2 /.github/actions/github-release/package.json | |
| parent | 6f6f95c000edb7305371f96d466731122ac54178 (diff) | |
add github action
Diffstat (limited to '.github/actions/github-release/package.json')
| -rw-r--r-- | .github/actions/github-release/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/actions/github-release/package.json b/.github/actions/github-release/package.json new file mode 100644 index 0000000..abfc55f --- /dev/null +++ b/.github/actions/github-release/package.json @@ -0,0 +1,10 @@ +{ + "name": "wasmtime-github-release", + "version": "0.0.0", + "main": "main.js", + "dependencies": { + "@actions/core": "^1.0.0", + "@actions/github": "^1.0.0", + "glob": "^7.1.5" + } +} |