We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e871586 commit bac5c22Copy full SHA for bac5c22
1 file changed
.github/workflows/jsr.yml
@@ -11,33 +11,8 @@ jobs:
11
permissions:
12
contents: read
13
id-token: write
14
-
15
steps:
16
- - uses: actions/checkout@v4
17
- with:
18
- fetch-depth: 0
19
20
- - uses: denoland/setup-deno@v2
21
22
- deno-version: v2.x
23
24
- - uses: actions/cache@v4
25
- name: Set up Deno cache
26
27
- path: |
28
- ~/.deno
29
- ~/.cache/deno
30
- key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
31
32
- - name: Install Peer Dependencies
33
- run: |
34
- deno cache npm:@expo/devcert npm:vite \
35
- --allow-scripts \
36
- --no-lock \
37
- --node-modules-dir=auto
38
+ - uses: actions/checkout@v5
39
40
- deno lint --ignore=node_modules **/*.ts
41
42
- deno publish --dry-run
43
- deno publish
+ npx jsr publish --dry-run
+ npx jsr publish
0 commit comments