diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcce36a..6a644ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: with: config: cliff.toml args: --verbose --latest - env: - OUTPUT: CHANGELOG.md - name: Push the changelog into release uses: softprops/action-gh-release@v1 @@ -38,6 +36,7 @@ jobs: - name: Push new changelog run: | git checkout develop + echo '${{ steps.git-cliff.outputs.content }}' > CHANGELOG.md git config --global user.name "Mirio" git config --global user.email "1211529+Mirio@users.noreply.github.com" git add CHANGELOG.md