Skip to content

Commit

Permalink
ci: resolve package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Mar 6, 2025
1 parent 1cc88ea commit 45c1886
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/dapp-toolkit/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,15 @@
"prepareCmd": "rm -rf dist && pnpm build"
}
],
"semantic-release-pnpm",
[
"semantic-release-pnpm",
{
"npmPublish": true,
"tarballDir": "dist",
"pkgRoot": ".",
"resolveWorkspaceLinks": true
}
],
"@semantic-release/github",
[
"@saithodev/semantic-release-backmerge",
Expand Down

0 comments on commit 45c1886

Please sign in to comment.