aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/github-release/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 16:31:41 +0000
committerGitHub <[email protected]>2020-03-04 16:31:41 +0000
commit8ac7a180cf8f08c8c6649c6f06709198425a58a1 (patch)
tree08ce28b3d0e6352a6bf600b968e6ccac03df6893 /.github/actions/github-release/package.json
parent56f0f15805813b91a7a0778163d977a71adc4d00 (diff)
parent86ec5b391732679770c8706f9d336e1f0d34bf02 (diff)
Merge pull request #3456 from matklad/nighly-release
Nightly binary releases
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}