Skip to content

fix(box): add bg shorthand #128

fix(box): add bg shorthand

fix(box): add bg shorthand #128

name: 'Verify and Release'
on:
push:
branches:
- main
- next
jobs:
verify:
uses: ./.github/workflows/verify.yml
secrets: inherit
publish:
uses: ./.github/workflows/publish-docs.yml
needs: verify
secrets: inherit
release:
uses: ./.github/workflows/release.yml
needs: verify
secrets: inherit