We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a22b5 commit cf60e59Copy full SHA for cf60e59
.github/workflows/release.yml
@@ -6,9 +6,9 @@ on:
6
- main
7
8
permissions:
9
- contents: write # Permette push di tag e modifiche al repository
10
- issues: write # Permette di creare/modificare issue (per note di rilascio)
11
- pull-requests: write # Opzionale, per gestire PR
+ contents: write
+ issues: write
+ pull-requests: write
12
13
jobs:
14
release:
package.json
@@ -32,6 +32,7 @@
32
"@semantic-release/git": "^10.0.1",
33
"@semantic-release/npm": "^12.0.1",
34
"@types/node": "^20.9.0",
35
+ "clean-pkg-json": "^1.3.0",
36
"pkgroll": "^2.12.2",
37
"semantic-release": "^24.2.4",
38
"tsx": "^4.19.3",
0 commit comments