Skip to content

Commit

Permalink
update ci to push on JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed May 7, 2024
1 parent 4fd2bd3 commit d6a3209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
Expand All @@ -41,6 +42,9 @@ jobs:
- name: Run Tests
run: nix develop --command make test

- name: Publish to JSR
run: nix develop --command deno publish

- name: Prepare for NPM
run: nix develop --command make "npm/${{ steps.extract_tag.outputs.result || '0.0.0' }}"

Expand Down

0 comments on commit d6a3209

Please sign in to comment.