We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda3abf commit 33b1dcdCopy full SHA for 33b1dcd
2 files changed
.github/workflows/plan-release.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
node-version: 18
52
53
- - run: npm ci
+ - run: yarn install --frozen-lockfile
54
55
- name: "Generate Explanation and Prep Changelogs"
56
id: explanation
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
48
registry-url: 'https://registry.npmjs.org'
49
- name: npm publish
run: npx release-plan publish
0 commit comments