Skip to content

Commit 79751f9

Browse files
committed
ci: use @semantic-release/exec to publish
1 parent 45c1886 commit 79751f9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/dapp-toolkit/.releaserc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,10 @@
171171
}
172172
],
173173
[
174-
"semantic-release-pnpm",
174+
"@semantic-release/exec",
175175
{
176-
"npmPublish": true,
177-
"tarballDir": "dist",
178-
"pkgRoot": ".",
179-
"resolveWorkspaceLinks": true
176+
"prepareCmd": "pnpm version ${nextRelease.version} --git-tag-version=false",
177+
"publishCmd": "pnpm publish --no-git-checks"
180178
}
181179
],
182180
"@semantic-release/github",

0 commit comments

Comments
 (0)