Skip to content

Commit 19f1aba

Browse files
authored
ci: run build after version changed (#671)
1 parent 9258340 commit 19f1aba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
with:
5151
cache-key: warm
5252
- uses: ./.github/actions/pnpm
53-
- name: update napi/index.js
54-
run: pnpm run build
5553

5654
- name: Bump package.json
5755
if: ${{ steps.release-plz.outputs.prs_created }}
@@ -69,6 +67,7 @@ jobs:
6967
7068
jq --arg version "${version}" '.version = ($version) | .scripts.postinstall = "napi-postinstall oxc-resolver \($version) check"' package.json > tmp
7169
mv tmp package.json
70+
pnpm build
7271
7372
gh pr checkout $pr_number
7473
git add .

0 commit comments

Comments
 (0)