diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 4a6d379..053de30 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -44,7 +44,7 @@ jobs: run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md - name: Create release on GitHub - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.14.0 with: bodyFile: release.md generateReleaseNotes: true