Skip to content

[1.x] fix: use native fetch for uploads to workaround iOS 26.5.2 multipart payload issue #637

[1.x] fix: use native fetch for uploads to workaround iOS 26.5.2 multipart payload issue

[1.x] fix: use native fetch for uploads to workaround iOS 26.5.2 multipart payload issue #637

Workflow file for this run

name: FoF Upload JS
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@1.x
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: false
frontend_directory: ./js
backend_directory: .
js_package_manager: yarn
main_git_branch: 1.x
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}