Skip to content

chore(deps): bump astro from 5.0.5 to 5.0.8 (#496) #537

chore(deps): bump astro from 5.0.5 to 5.0.8 (#496)

chore(deps): bump astro from 5.0.5 to 5.0.8 (#496) #537

Workflow file for this run

name: release
on:
push:
branches: [main, v7]
jobs:
code:
uses: unional/.github/.github/workflows/pnpm-verify.yml@main
with:
os: '["ubuntu-latest"]'
release:
uses: unional/.github/.github/workflows/pnpm-release-changeset.yml@main
needs: code
secrets: inherit
docgen:
uses: unional/.github/.github/workflows/pnpm-docs.yml@main
needs: release