diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e0eae836d..d8a972585 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -76,6 +76,9 @@ jobs: ${{ steps.php-binary-url.outputs.PHP_BINARY_URL }} \ > build_info.json + - name: Generate core permission doc for doc.pmmp.io + run: php tools/generate-permission-doc.php rst + - name: Upload release artifacts uses: actions/upload-artifact@v4 with: @@ -84,6 +87,7 @@ jobs: ${{ github.workspace }}/PocketMine-MP.phar ${{ github.workspace }}/start.* ${{ github.workspace }}/build_info.json + ${{ github.workspace }}/core-permissions.rst - name: Create draft release uses: ncipollo/release-action@v1.14.0