diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84f79a3..635de10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: node-version: lts/* - run: npm ci - - run: npm build + - run: npm run build - run: npm run semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}