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 5a91d8b commit 3c2a0b3Copy full SHA for 3c2a0b3
.github/workflows/test_release.yml
@@ -42,7 +42,7 @@ jobs:
42
# https://github.com/pnpm/pnpm/issues/3141
43
registry-url: 'https://registry.npmjs.org'
44
- run: pnpm install --frozen-lockfile
45
- - run: pnpm build
+ - run: pnpm --filter netlify-plugin-cloudinary build
46
# Do not store semantic release dependencies in package.json to avoid lower node versions from failing tests
47
- run: pnpm install -w @semantic-release/changelog @semantic-release/git semantic-release
48
- run: npx semantic-release
0 commit comments