Skip to content

Commit 0cbedf7

Browse files
committed
fix: working-directory
1 parent ae782d2 commit 0cbedf7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release-next-rspack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
7676
- name: Install dependencies
7777
run: pnpm install
78+
working-directory: ./rspack
7879

7980
- name: Get NAPI info
8081
id: napi-info
@@ -119,4 +120,5 @@ jobs:
119120
- name: Release npm packages
120121
run: |
121122
pnpm publish -r --tag ${{ inputs.npm-tag }} --no-git-checks --provenance --access public ${{ inputs.dry-run && '--dry-run' || '' }}
123+
working-directory: ./rspack
122124

rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
},
2828
"dependencies": {
2929
"@rspack/core": "1.4.10",
30-
"@next/rspack-core": "workspace:*"
30+
"@next/rspack-binding": "workspace:*"
3131
}
3232
}

rspack/pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)