diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4031981a83..4ce5a2e6fa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,6 +41,11 @@ jobs: target: x86_64-unknown-linux-musl override: true + - name: Install Nodejs + uses: actions/setup-node@v1 + with: + node-version: 12.x + - name: Dist if: github.event_name == 'push' run: cargo xtask dist