Skip to content

Bump zod from 3.20.2 to 3.22.3 (#319) #184

Bump zod from 3.20.2 to 3.22.3 (#319)

Bump zod from 3.20.2 to 3.22.3 (#319) #184

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
packageManager: 'pnpm'
releaseScript: release
nodeVersion: 18
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}