diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0727c2..c81d21d1 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.8.8 with: bodyFile: release.md token: ${{ secrets.BOT_HUB_TOKEN }}