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 02f92ac commit 6c5e6a5Copy full SHA for 6c5e6a5
.github/workflows/test_release.yml
@@ -43,8 +43,8 @@ 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: npm install @semantic-release/changelog @semantic-release/git semantic-release
47
- - run: npx semantic-release --branches main
+ - run: pnpm install @semantic-release/changelog @semantic-release/git semantic-release
+ - run: pnpm dlx semantic-release --branches main
48
env:
49
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments