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 14
14
},
15
15
"devDependencies" : {
16
16
"@npmcli/eslint-config" : " ^4.0.0" ,
17
- "@npmcli/template-oss" : " 4.12 .0" ,
17
+ "@npmcli/template-oss" : " 4.13 .0" ,
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.12 .0" ,
56
+ "version" : " 4.13 .0" ,
57
57
"engines" : " >=10" ,
58
58
"ciVersions" : [
59
59
" 10.0.0" ,
You can’t perform that action at this time.
0 commit comments