Skip to content

Commit 9407705

Browse files
fix: trigger
1 parent 72ffd01 commit 9407705

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/package-icons.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
permissions:
1616
contents: write
17+
issues: write
1718
pull-requests: write
1819
id-token: write
1920

packages/icons/.releaserc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@
3838
"@semantic-release/npm",
3939
{
4040
"pkgRoot": "dist",
41-
"npmPublish": true
41+
"npmPublish": false
42+
}
43+
],
44+
[
45+
"@semantic-release/exec",
46+
{
47+
"publishCmd": "npm publish dist --provenance --access public"
4248
}
4349
],
4450
[

0 commit comments

Comments
 (0)