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:
144144 - name : Add Problem Matcher
145145 run : echo "::add-matcher::.github/matchers/tap.json"
146146 - name : Test
147- run : npm test --ignore-scripts -ws -iwr --if-present
147+ run : npm test --ignore-scripts
148148 - name : Conclude Check
149149 uses : LouisBrunner/checks-action@v1.3.1
150150 if : always()
Original file line number Diff line number Diff line change @@ -154,4 +154,4 @@ jobs:
154154 - name : Add Problem Matcher
155155 run : echo "::add-matcher::.github/matchers/tap.json"
156156 - 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 1919 - name : Checkout
2020 uses : actions/checkout@v3
2121 with :
22- ref : ${{ github.ref_name }}
22+ ref : ${{ github.event.pull_request.head.ref }}
2323 - name : Setup Git User
2424 run : |
2525 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:
132132 RELEASE_COMMENT_ID : ${{ needs.release.outputs.comment-id }}
133133 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
134134 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
136137 - name : Commit
137138 id : commit
138139 env :
Original file line number Diff line number Diff line change 4141 },
4242 "templateOSS" : {
4343 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
44- "version" : " 4.4.4 "
44+ "version" : " 4.5.1 "
4545 },
4646 "tap" : {
4747 "nyc-arg" : [
You can’t perform that action at this time.
0 commit comments