diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54da6c3..f8ea272 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Build Changelog id: github_release - uses: mikepenz/release-changelog-builder-action@v6.2.0 + uses: mikepenz/release-changelog-builder-action@v6.2.1 with: mode: COMMIT fromTag: ${{ steps.tag_search.outputs.latest_tag }} @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v2.6.2 with: body: ${{ steps.github_release.outputs.changelog }} tag_name: v${{ inputs.version }}