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 b7c8c32 commit c2b1056Copy full SHA for c2b1056
.github/workflows/release-it.yml
@@ -13,6 +13,9 @@ on:
13
14
jobs:
15
release:
16
+ permissions:
17
+ contents: write
18
+ id-token: write
19
runs-on: [ubuntu-latest]
20
strategy:
21
matrix:
package.json
@@ -95,6 +95,9 @@
95
}
96
97
},
98
+ "publishConfig": {
99
+ "provenance": true
100
+ },
101
"pre-commit": [
102
"lint"
103
],
@@ -168,4 +171,4 @@
168
171
"ts-node": "^10.9.1",
169
172
"typescript": "^5.2.2"
170
173
-}
174
+}
0 commit comments