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 303564d commit 648f233Copy full SHA for 648f233
.github/workflows/ci.yaml
@@ -66,6 +66,9 @@ jobs:
66
- name: Build package
67
run: npm run build
68
69
+ - name: Sign package with Sigstore
70
+ uses: sigstore/gh-action-sigstore@v2
71
+
72
- name: Run Semantic Release
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -24,6 +24,9 @@
24
],
25
"author": "Ahmad Yulia Rizqy Fahmi <https://github.com/rizqyfahmi>",
26
"license": "MIT",
27
+ "publishConfig": {
28
+ "provenance": true
29
+ },
30
"bugs": {
31
"url": "https://github.com/rizqyfahmi/commitlint-plugin-prevenger/issues"
32
},
0 commit comments