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:
171171 RELEASE_COMMENT_ID : ${{ needs.release.outputs.comment-id }}
172172 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173173 run : |
174- npm exec --offline -- template-oss-release-manager --lockfile=false
174+ npm exec --offline -- template-oss-release-manager --lockfile=false --publish=false
175175 npm run rp-pull-request --ignore-scripts --if-present
176176 - name : Commit
177177 id : commit
Original file line number Diff line number Diff line change 3232 },
3333 "devDependencies" : {
3434 "@npmcli/eslint-config" : " ^4.0.0" ,
35- "@npmcli/template-oss" : " 4.12.1 " ,
35+ "@npmcli/template-oss" : " 4.13.0 " ,
3636 "tap" : " ^16.0.1"
3737 },
3838 "files" : [
4545 "templateOSS" : {
4646 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
4747 "windowsCI" : false ,
48- "version" : " 4.12.1 "
48+ "version" : " 4.13.0 "
4949 },
5050 "tap" : {
5151 "nyc-arg" : [
You can’t perform that action at this time.
0 commit comments