diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aef5f9e..e9171e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: VERSION=$(node -p "require('./package.json').version") echo "version=${VERSION}" >> "$GITHUB_OUTPUT" - run: bun run build - - run: npm publish + - run: npm publish --ignore-scripts - name: Create GitHub release env: GH_TOKEN: ${{ github.token }}