We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ce647 commit 8bee335Copy full SHA for 8bee335
.github/workflows/publish-npm.yml
@@ -23,7 +23,9 @@ jobs:
23
- name: Use Node.js
24
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
25
with:
26
+ registry-url: "https://registry.npmjs.org"
27
node-version-file: '.nvmrc'
28
+ cache: "pnpm"
29
30
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31
id: nextjs-cache
@@ -53,4 +55,4 @@ jobs:
53
55
NPM_DIST_TAG=latest
54
56
fi
57
- pnpm publish -r --dry-run --tag $NPM_DIST_TAG
58
+ pnpm publish -r --tag $NPM_DIST_TAG
0 commit comments