Skip to content

Commit a7b8722

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent 8286ea0 commit a7b8722

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"author": "GitHub Inc.",
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
56-
"version": "4.4.4",
56+
"version": "4.5.1",
5757
"engines": ">=10",
5858
"content": "./scripts",
5959
"ciVersions": [

0 commit comments

Comments
 (0)