Skip to content

Commit 2b5c2f3

Browse files
committed
fix(ci): improve pr number handling for artifact upload
1 parent d71c48f commit 2b5c2f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: pnpm -F docs build
4747

4848
- name: Save PR number
49-
run: echo "${{ github.event.number }}" > pr_number.txt
49+
run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
5050

5151
- name: Upload build artifacts
5252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)