diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75d490c..74b14a3 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.16.0 + uses: ncipollo/release-action@v1.20.0 with: bodyFile: release.md token: ${{ secrets.BOT_HUB_TOKEN }}