diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e0da05..fdb94fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,8 @@ jobs: run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc - name: Install run: yarn install --frozen-lockfile --non-interactive + - name: Build + run: yarn build - name: Release run: npx semantic-release env: