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 41
41
},
42
42
"devDependencies" : {
43
43
"@npmcli/eslint-config" : " ^4.0.0" ,
44
- "@npmcli/template-oss" : " 4.12 .0" ,
44
+ "@npmcli/template-oss" : " 4.13 .0" ,
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.12 .0"
64
+ "version" : " 4.13 .0"
65
65
}
66
66
}
You can’t perform that action at this time.
0 commit comments