Skip to content

Commit cab0413

Browse files
committed
chore(release.yml): update publish command to use quotes for glob pattern to ensure correct interpretation
docs(README.md): add pkg.pr.new badge to README for better visibility of package status
1 parent f48c394 commit cab0413

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: pnpm build
3434

3535
- name: Publish packages
36-
run: pnpm dlx pkg-pr-new publish packages/*
36+
run: pnpm dlx pkg-pr-new publish 'packages/*'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pkg.pr.new](https://pkg.pr.new/badge/pixxiti/oax)](https://pkg.pr.new/~/pixxiti/oax)
2+
13
# oax
24

35
**Open API Spec validation and client generation tooling for Typescript**

0 commit comments

Comments
 (0)