File tree 2 files changed +3
-3
lines changed
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 32
32
},
33
33
"devDependencies" : {
34
34
"@npmcli/eslint-config" : " ^4.0.0" ,
35
- "@npmcli/template-oss" : " 4.12.1 " ,
35
+ "@npmcli/template-oss" : " 4.13.0 " ,
36
36
"minipass" : " ^4.0.0" ,
37
37
"spawk" : " ^1.7.1" ,
38
38
"tap" : " ^16.0.1"
42
42
},
43
43
"templateOSS" : {
44
44
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
45
- "version" : " 4.12.1 "
45
+ "version" : " 4.13.0 "
46
46
},
47
47
"dependencies" : {
48
48
"which" : " ^3.0.0"
You can’t perform that action at this time.
0 commit comments