Skip to content

Commit 4e2a9f2

Browse files
fix: cicd - no icon ai-ask-azion
1 parent 20e86a1 commit 4e2a9f2

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/icons/.releaserc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
],
3030
"@semantic-release/changelog",
3131
[
32-
"@semantic-release/exec",
32+
"@semantic-release/npm",
3333
{
34-
"prepareCmd": "node scripts/build-package.mjs",
35-
"publishCmd": "npm publish dist --provenance --access public"
34+
"npmPublish": false
3635
}
3736
],
3837
[
39-
"@semantic-release/npm",
38+
"@semantic-release/exec",
4039
{
41-
"pkgRoot": "dist",
42-
"npmPublish": false
40+
"prepareCmd": "node scripts/build-package.mjs",
41+
"publishCmd": "npm publish dist --provenance --access public"
4342
}
4443
],
4544
[
File renamed without changes.

0 commit comments

Comments
 (0)