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 d9558d4 commit 589d257Copy full SHA for 589d257
.github/workflows/test_release.yml
@@ -43,7 +43,7 @@ jobs:
43
registry-url: 'https://registry.npmjs.org'
44
- run: pnpm install --frozen-lockfile
45
# Do not store semantic release dependencies in package.json to avoid lower node versions from failing tests
46
- - run: pnpm install @semantic-release/changelog @semantic-release/git semantic-release
+ - run: pnpm install -w @semantic-release/changelog @semantic-release/git semantic-release
47
- run: pnpm dlx semantic-release --branches main
48
env:
49
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments