Skip to content

Commit fc75f67

Browse files
authored
fix: add provenance back (#489)
* fix: add provenance back * fix: run npm pkg fix
1 parent b526eb2 commit fc75f67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
- run: |
6666
npm ci
6767
npm run build
68-
- run: npm publish
68+
- run: npm publish --provenance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/all-contributors/all-contributors-cli.git"
37+
"url": "git+https://github.com/all-contributors/all-contributors-cli.git"
3838
},
3939
"type": "module",
4040
"keywords": [

0 commit comments

Comments
 (0)