Skip to content

Commit

Permalink
ci: use @semantic-release/exec to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Mar 6, 2025
1 parent 45c1886 commit 79751f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/dapp-toolkit/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,10 @@
}
],
[
"semantic-release-pnpm",
"@semantic-release/exec",
{
"npmPublish": true,
"tarballDir": "dist",
"pkgRoot": ".",
"resolveWorkspaceLinks": true
"prepareCmd": "pnpm version ${nextRelease.version} --git-tag-version=false",
"publishCmd": "pnpm publish --no-git-checks"
}
],
"@semantic-release/github",
Expand Down

0 comments on commit 79751f9

Please sign in to comment.