File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 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 41
41
},
42
42
"devDependencies" : {
43
43
"@npmcli/eslint-config" : " ^4.0.0" ,
44
- "@npmcli/template-oss" : " 4.13.0 " ,
44
+ "@npmcli/template-oss" : " 4.14.1 " ,
45
45
"cacache" : " ^17.0.0" ,
46
46
"nock" : " ^13.2.4" ,
47
47
"require-inject" : " ^1.4.4" ,
61
61
},
62
62
"templateOSS" : {
63
63
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
64
- "version" : " 4.13.0 " ,
64
+ "version" : " 4.14.1 " ,
65
65
"publish" : " true"
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments