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 de6e719 commit bf983feCopy full SHA for bf983fe
.github/workflows/plan-release.yml
@@ -54,9 +54,9 @@ jobs:
54
with:
55
node-version: 18
56
57
- - uses: pnpm/action-setup@v3
+ - uses: pnpm/action-setup@v4
58
59
- version: 8
+ version: 10
60
- run: pnpm install --frozen-lockfile
61
62
- name: "Generate Explanation and Prep Changelogs"
.github/workflows/publish.yml
@@ -50,9 +50,9 @@ jobs:
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
registry-url: 'https://registry.npmjs.org'
52
53
- name: npm publish
run: pnpm release-plan publish
0 commit comments