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