Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 8211fd3

Browse files
committed
fix(release): unable to access change log
1 parent f6b5fb4 commit 8211fd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ jobs:
9595
steps:
9696
- run: mkdir upload
9797

98+
- uses: actions/checkout@v4
99+
with:
100+
sparse-checkout: |
101+
docs/Release Notes
102+
98103
- name: Download all artifacts
99104
uses: actions/download-artifact@v4
100105
with:

0 commit comments

Comments
 (0)