We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018f7b2 commit 95f57a4Copy full SHA for 95f57a4
1 file changed
.github/workflows/npm-publish.yml
@@ -11,12 +11,14 @@ jobs:
11
steps:
12
- uses: actions/checkout@v6
13
- uses: pnpm/action-setup@v4
14
+ with:
15
+ version: 10
16
- uses: actions/setup-node@v6
17
with:
18
node-version: "24"
19
registry-url: "https://registry.npmjs.org"
20
cache: "pnpm"
21
- run: pnpm install --frozen-lockfile
22
- run: pnpm run build
- - run: pnpm publish --provenance
23
+ - run: pnpm --filter @openscan/hardhat-plugin publish --provenance
24
0 commit comments