File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
- name : Add Problem Matcher
145
145
run : echo "::add-matcher::.github/matchers/tap.json"
146
146
- name : Test
147
- run : npm test --ignore-scripts -ws -iwr --if-present
147
+ run : npm test --ignore-scripts
148
148
- name : Conclude Check
149
149
uses : LouisBrunner/checks-action@v1.3.1
150
150
if : always()
Original file line number Diff line number Diff line change @@ -154,4 +154,4 @@ jobs:
154
154
- name : Add Problem Matcher
155
155
run : echo "::add-matcher::.github/matchers/tap.json"
156
156
- name : Test
157
- run : npm test --ignore-scripts -iwr
157
+ run : npm test --ignore-scripts
Original file line number Diff line number Diff line change 19
19
- name : Checkout
20
20
uses : actions/checkout@v3
21
21
with :
22
- ref : ${{ github.ref_name }}
22
+ ref : ${{ github.event.pull_request.head.ref }}
23
23
- name : Setup Git User
24
24
run : |
25
25
git config --global user.email "npm-cli+bot@github.com"
Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ jobs:
132
132
RELEASE_COMMENT_ID : ${{ needs.release.outputs.comment-id }}
133
133
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
134
134
run : |
135
- npm run rp-pull-request --ignore-scripts -ws -iwr --if-present
135
+ npm exec --offline -- template-oss-release-manager
136
+ npm run rp-pull-request --ignore-scripts --if-present
136
137
- name : Commit
137
138
id : commit
138
139
env :
Original file line number Diff line number Diff line change 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.4.4 " ,
45
+ "version" : " 4.5.1 " ,
46
46
"allowedPackages" : [
47
47
" eslint" ,
48
48
" eslint-plugin-node" ,
You can’t perform that action at this time.
0 commit comments