Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Jan 4, 2024
1 parent 65d004b commit 7a0614f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releaseDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
###########################################

- name: Build Changelog
id: build_changelog_push
uses: https://github.com/mikepenz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,7 +46,7 @@ jobs:
- name: Create Release
uses: mikepenz/[email protected] #softprops/action-gh-release
with:
body: ${{ steps.build_changelog.outputs.changelog }}
body: ${{ steps.build_changelog_push.outputs.changelog }}



Expand Down

0 comments on commit 7a0614f

Please sign in to comment.