diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06a10e6..fa8da51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,6 +56,6 @@ jobs: configuration: ".github/changelog_config.json" - name: Create Release For Tag - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: body: ${{ steps.generate_changelog.outputs.changelog }}