Skip to content

Commit a7f00ea

Browse files
committed
1 parent f5a0246 commit a7f00ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/make_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
name: Get changelog and build the distribution package
4141
runs-on: ubuntu-latest
4242
needs: increment-version
43+
outputs:
44+
changelog: ${{ steps.generate_changelog.outputs.changelog }}
4345
steps:
4446
- uses: actions/checkout@v4
4547
with:
@@ -59,6 +61,7 @@ jobs:
5961
run: sudo apt update && sudo apt install pandoc -y
6062

6163
- name: Obtain the changelog
64+
id: generate_changelog
6265
run: |
6366
{
6467
echo 'changelog<<EOF'

0 commit comments

Comments
 (0)