File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ jobs:
322
322
shell : bash
323
323
permissions :
324
324
deployments : write
325
+ id-token : write
325
326
steps :
326
327
- name : Checkout
327
328
uses : actions/checkout@v3
@@ -338,7 +339,7 @@ jobs:
338
339
- name : Publish
339
340
env :
340
341
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
341
- run : npm publish
342
+ run : npm publish --provenance
342
343
343
344
post-release-integration :
344
345
needs : [ release, release-integration ]
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {
16
16
"@npmcli/eslint-config" : " ^4.0.0" ,
17
- "@npmcli/template-oss" : " 4.13.0 " ,
17
+ "@npmcli/template-oss" : " 4.14.1 " ,
18
18
"tap" : " ^16.0.0"
19
19
},
20
20
"license" : " ISC" ,
53
53
"author" : " GitHub Inc." ,
54
54
"templateOSS" : {
55
55
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
56
- "version" : " 4.13.0 " ,
56
+ "version" : " 4.14.1 " ,
57
57
"engines" : " >=10" ,
58
58
"ciVersions" : [
59
59
" 10.0.0" ,
You can’t perform that action at this time.
0 commit comments