Skip to content

Dependency should be updated, Starting November 1st, 2025 all apps must support 16 KB page sizes #2598

Dependency should be updated, Starting November 1st, 2025 all apps must support 16 KB page sizes

Dependency should be updated, Starting November 1st, 2025 all apps must support 16 KB page sizes #2598

Workflow file for this run

name: Publish from comments
on:
issue_comment:
types: [created]
jobs:
publish:
# https://github.com/cfug/dio/issues/1633
if: github.event.issue.number == 1633
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CFUG_PUBLISHER }}
- uses: dart-lang/[email protected]
- uses: cfug/dio_issue_release_action@v2
with:
github-token: ${{ secrets.CFUG_PUBLISHER }}
pub-credentials-json: ${{ secrets.CREDENTIAL_JSON }}