Skip to content

Commit 672caac

Browse files
committedOct 10, 2022
chore: postinstall for dependabot template-oss PR
1 parent 654f976 commit 672caac

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/checks-action@v1.3.1
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 "npm-cli+bot@github.com"

‎.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
@@ -75,6 +75,6 @@
7575
},
7676
"templateOSS": {
7777
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
78-
"version": "4.4.4"
78+
"version": "4.5.1"
7979
}
8080
}

0 commit comments

Comments
 (0)
Please sign in to comment.