File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
RELEASE_COMMENT_ID : ${{ needs.release.outputs.comment-id }}
172
172
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173
173
run : |
174
- npm exec --offline -- template-oss-release-manager --lockfile=false
174
+ npm exec --offline -- template-oss-release-manager --lockfile=false --publish=false
175
175
npm run rp-pull-request --ignore-scripts --if-present
176
176
- name : Commit
177
177
id : commit
Original file line number Diff line number Diff line change 18
18
"devDependencies" : {
19
19
"@npmcli/arborist" : " ^6.0.0 || ^6.0.0-pre.0" ,
20
20
"@npmcli/eslint-config" : " ^4.0.0" ,
21
- "@npmcli/template-oss" : " 4.12 .1" ,
21
+ "@npmcli/template-oss" : " 4.14 .1" ,
22
22
"mutate-fs" : " ^2.1.1" ,
23
23
"tap" : " ^16.0.1"
24
24
},
55
55
},
56
56
"templateOSS" : {
57
57
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
58
- "version" : " 4.12 .1"
58
+ "version" : " 4.14 .1"
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments