Skip to content

Commit

Permalink
ci: add zod-schemas to next release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Feb 10, 2025
1 parent 8b6cd4d commit 5018bc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ jobs:
run: npm publish --provenance --tag next --workspace=packages/ic-management
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish Zod schemas
run: npm publish --provenance --tag next --workspace=packages/zod-schemas
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 5018bc2

Please sign in to comment.