Skip to content

Commit

Permalink
chore(actions): Add to Publish Script
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Jun 8, 2024
1 parent 5440be4 commit 6d37fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- run: bun run build check test

- name: publish
run: bun internals/scripts/source/publish.ts
run: bun internals/scripts/source/publish.mts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { $, semver } from 'bun'
import { z } from 'zod'

const packagesToConsider = ['packages/schemas']
const packagesToConsider = ['packages/actions', 'packages/schemas']

const packageJsonSchema = z.object({ name: z.string(), version: z.string() })

Expand Down

0 comments on commit 6d37fd3

Please sign in to comment.