Skip to content

fix(actions): node version #126

fix(actions): node version

fix(actions): node version #126

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