diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b976e512..7ead1aeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: run: qgis-plugin-ci changelog ${{ env.RELEASE_VERSION }} >> release.md - name: Create release on GitHub - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: bodyFile: release.md token: ${{ secrets.BOT_HUB_TOKEN }}