Skip to content

Commit

Permalink
Attempt JSR Publish Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 23, 2024
1 parent d3240d4 commit 9708031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.1.1
deno-version: v2.x
- run: |
tag=${{ github.event.release.tag_name }}
deno publish --allow-dirty --set-version ${tag:1}
sed -i s/0.0.0-local.0/${tag:1}/ deno.json
npm:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crosshatch/structured-outputs",
"version": "0.0.0",
"version": "0.0.0-local.0",
"exports": "./mod.ts",
"exclude": ["target"],
"tasks": {
Expand Down

0 comments on commit 9708031

Please sign in to comment.