diff options
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" + } +} |