Skip to content

Commit 164e163

Browse files
Merge branch 'master' into add-tests
2 parents c0dabdd + 9784470 commit 164e163

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/auto-bumper.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
core.setFailed(`Unsupported event: ${eventName}. Use issue_comment or pull_request_review_comment.`);
4848
}
4949
50+
- name: Checkout
51+
uses: actions/checkout@v4
52+
with:
53+
ref: ${{ github.event.pull_request.head.ref }}
54+
fetch-depth: 0
55+
token: ${{ secrets.GITHUB_TOKEN }}
56+
5057
- name: Add comment to PR
5158
uses: actions/github-script@v7
5259
with:
@@ -60,13 +67,6 @@ jobs:
6067
body: `Okay boss, ⏳ Bumping version to ${pkg.version}...`
6168
})
6269
63-
- name: Checkout
64-
uses: actions/checkout@v4
65-
with:
66-
ref: ${{ github.event.pull_request.head.ref }}
67-
fetch-depth: 0
68-
token: ${{ secrets.GITHUB_TOKEN }}
69-
7070
7171
- name: Setup Node & pnpm
7272
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)