diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 427fede..be8b47a 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -45,7 +45,7 @@ jobs: # run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md - name: Create release on GitHub - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.16.0 with: bodyFile: release.md generateReleaseNotes: true