aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 19:04:10 +0000
committerAleksey Kladov <[email protected]>2020-03-04 19:04:10 +0000
commitbe814a65a31efc1f48257da3c68df330e99a0855 (patch)
treef90b45f7710917f3beb1e43d962e6a501d3d5fbc /.github/workflows/release.yaml
parentce663ed4954361a0421ff4b46747cb7c197e0204 (diff)
Install node for release
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4031981a8..4ce5a2e6f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -41,6 +41,11 @@ jobs:
41 target: x86_64-unknown-linux-musl 41 target: x86_64-unknown-linux-musl
42 override: true 42 override: true
43 43
44 - name: Install Nodejs
45 uses: actions/setup-node@v1
46 with:
47 node-version: 12.x
48
44 - name: Dist 49 - name: Dist
45 if: github.event_name == 'push' 50 if: github.event_name == 'push'
46 run: cargo xtask dist 51 run: cargo xtask dist