Skip to content

Commit

Permalink
try another release
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Aug 1, 2024
1 parent 4b7b763 commit bc6408c
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-geese-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"workers-ai-provider": patch
---

try another release
4 changes: 4 additions & 0 deletions .github/version-and-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

npx changeset version
npm install
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- id: changesets
uses: changesets/action@v1
with:
version: npx changeset version
version: ./.github/version-and-install.sh
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.WORKERS_AI_PROVIDER_GITHUB_TOKEN }}
Expand Down
34 changes: 32 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@types/node": "^22.0.1",
"esbuild": "^0.23.0",
"tsup": "^8.2.3",
"tsx": "^4.16.3",
"typescript": "^5.5.4"
}
}

0 comments on commit bc6408c

Please sign in to comment.