Skip to content

Commit 95f57a4

Browse files
committed
ci: fix publish plugin directory and set pnpm v10
1 parent 018f7b2 commit 95f57a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- uses: pnpm/action-setup@v4
14+
with:
15+
version: 10
1416
- uses: actions/setup-node@v6
1517
with:
1618
node-version: "24"
1719
registry-url: "https://registry.npmjs.org"
1820
cache: "pnpm"
1921
- run: pnpm install --frozen-lockfile
2022
- run: pnpm run build
21-
- run: pnpm publish --provenance
23+
- run: pnpm --filter @openscan/hardhat-plugin publish --provenance
2224

0 commit comments

Comments
 (0)