Skip to content

Commit 8bee335

Browse files
committed
chore: remove --dry-run
1 parent 11ce647 commit 8bee335

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- name: Use Node.js
2424
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2525
with:
26+
registry-url: "https://registry.npmjs.org"
2627
node-version-file: '.nvmrc'
28+
cache: "pnpm"
2729

2830
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2931
id: nextjs-cache
@@ -53,4 +55,4 @@ jobs:
5355
NPM_DIST_TAG=latest
5456
fi
5557
56-
pnpm publish -r --dry-run --tag $NPM_DIST_TAG
58+
pnpm publish -r --tag $NPM_DIST_TAG

0 commit comments

Comments
 (0)