Skip to content

Commit efa63b6

Browse files
committed
chore: remove jsr job
1 parent 53c27b2 commit efa63b6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,3 @@ jobs:
121121
os: ${{ runner.os }}
122122
files: ./coverage.lcov
123123
token: ${{ secrets.CODECOV_TOKEN }}
124-
125-
jsr-publish:
126-
runs-on: ubuntu-latest
127-
steps:
128-
- uses: actions/checkout@v4
129-
- uses: denoland/setup-deno@v2
130-
with:
131-
deno-version: "2.x"
132-
- name: Publish (dry-run)
133-
run: |
134-
deno publish --dry-run

0 commit comments

Comments
 (0)