Skip to content

Fix list items with only a single inline element failing to parse in … #976

Fix list items with only a single inline element failing to parse in …

Fix list items with only a single inline element failing to parse in … #976

name: Version Packages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
versioning:
name: Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
persist-credentials: false
- uses: ./.github/actions/setup-deps
- uses: changesets/action@v1
with:
version: pnpm run version-packages
env:
# use a different GitHub account to have the CI run on push
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}