Skip to content

Commit 2f0ac39

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent 4a99bb6 commit 2f0ac39

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/ci-release.yml

+1-1
Original file line numberDiff line numberDiff 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/[email protected]
150150
if: always()

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff 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

.github/workflows/post-dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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 "[email protected]"

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff 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:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"templateOSS": {
3535
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
36-
"version": "4.4.4"
36+
"version": "4.5.1"
3737
},
3838
"tap": {
3939
"nyc-arg": [

0 commit comments

Comments
 (0)