aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/github-release/package.json
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-05-03 12:32:40 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-05-03 12:32:40 +0200
commitb53ed8d5c433ba659f50e05d34dfed9582d2613e (patch)
treead8a7a97e9f5d2f66ac1b4e89158059c580070a2 /.github/actions/github-release/package.json
parent6f6f95c000edb7305371f96d466731122ac54178 (diff)
add github action
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 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"
+ }
+}