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 1b79465 commit f8e4629Copy full SHA for f8e4629
release.config.js
@@ -12,15 +12,11 @@ const config = {
12
"@semantic-release/exec",
13
{
14
prepareCmd: "pnpm install --no-frozen-lockfile",
15
+ publishCmd:
16
+ "pnpm publish --no-git-checks --tag ${nextRelease.channel || 'latest'}",
17
},
18
],
19
["@semantic-release/npm", { npmPublish: false }],
- [
- "@semantic-release/exec",
20
- {
21
- publishCmd: "pnpm publish --no-git-checks",
22
- },
23
- ],
24
[
25
"@semantic-release/git",
26
0 commit comments