Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit bc6408c

Browse files
committed
try another release
1 parent 4b7b763 commit bc6408c

File tree

5 files changed

+42
-4
lines changed

5 files changed

+42
-4
lines changed

.changeset/grumpy-geese-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"workers-ai-provider": patch
3+
---
4+
5+
try another release

.github/version-and-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
npx changeset version
4+
npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- id: changesets
2929
uses: changesets/action@v1
3030
with:
31-
version: npx changeset version
31+
version: ./.github/version-and-install.sh
3232
publish: npx changeset publish
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.WORKERS_AI_PROVIDER_GITHUB_TOKEN }}

package-lock.json

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@types/node": "^22.0.1",
2020
"esbuild": "^0.23.0",
2121
"tsup": "^8.2.3",
22-
"tsx": "^4.16.3",
2322
"typescript": "^5.5.4"
2423
}
2524
}

0 commit comments

Comments
 (0)