aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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