Skip to content

Commit 372ce99

Browse files
committed
Make Changelog available in publish job
The changelog isn't an artifact but in the repository itself. So in addition to downloading the build artifacts the repository must also be checked out.
1 parent 2c5df9c commit 372ce99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
needs: build
4242

4343
steps:
44+
- name: Checkout
45+
uses: actions/checkout@v4
46+
4447
- uses: actions/download-artifact@v4
4548
with:
4649
merge-multiple: true

0 commit comments

Comments
 (0)