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