Skip to content

Commit 30d256c

Browse files
committed
ci: Attempts to send generate-changelog output
downstream
1 parent 8d95388 commit 30d256c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
name: Generate Changelog
8383
runs-on: ubuntu-latest
8484
needs: [build]
85+
outputs:
86+
changelog: ${{ steps.changelog.outputs.changelog }}
8587
steps:
8688
# Checkout Project
8789
- name: Checkout Project
@@ -136,7 +138,7 @@ jobs:
136138
tag_name: ${{ github.ref }}
137139
release_name: Release ${{ github.ref }}
138140
body: |
139-
${{ steps.generate-changelog.outputs.changelog }}
141+
${{ needs.generate-changelog.outputs.changelog }}
140142
draft: false
141143
prerelease: false
142144

0 commit comments

Comments
 (0)