diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index edba546..7722d1b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -16,8 +16,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: "lts/*" - - name: Install dependencies - run: npm ci + - run: npm ci + - run: npm run build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}