Skip to content

Commit 509eb8c

Browse files
authored
ci: bun pm for pkg-pr-new (#627)
* ci: bun pm for pkg-pr-new stackblitz-labs/pkg.pr.new#398 * ci: pin pkg-pr-new version * ci: pin changelogithub
1 parent 62f4f23 commit 509eb8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
bun-version: latest
4545
- run: bun install --frozen-lockfile
46-
- run: bunx pkg-pr-new publish
46+
- run: bunx pkg-pr-new@0.0.60 publish --bun
4747

4848
spell-check:
4949
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
4040
with:
4141
bun-version: latest
42-
- run: bun x changelogithub
42+
- run: bun x changelogithub@13.16.0
4343
env:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)