aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/github-release/package.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/github-release/package.json')
-rw-r--r--.github/actions/github-release/package.json10
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 000000000..abfc55f6f
--- /dev/null
+++ b/.github/actions/github-release/package.json
@@ -0,0 +1,10 @@
1{
2 "name": "wasmtime-github-release",
3 "version": "0.0.0",
4 "main": "main.js",
5 "dependencies": {
6 "@actions/core": "^1.0.0",
7 "@actions/github": "^1.0.0",
8 "glob": "^7.1.5"
9 }
10}