Skip to content

Commit

Permalink
ci(draft): test release notes print in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Oct 2, 2024
1 parent 9b301e1 commit 8fbc3b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,15 @@ jobs:
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v5
with:
fromTag: ${{ steps.semver.outputs.current }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Print debug
run: |
echo "${{ steps.github_release.outputs.changelog }}"
# - name: Create Release
# uses: ncipollo/[email protected]
# with:
Expand Down

0 comments on commit 8fbc3b9

Please sign in to comment.