Skip to content

Commit ad9bb88

Browse files
authored
Merge pull request #1 from prjctimg/wip
feat: added jsr workflow]
2 parents ebd247e + 041e51c commit ad9bb88

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/jsr.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release to JSR
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write # The OIDC ID token is used for authentication with JSR.
14+
steps:
15+
- uses: actions/checkout@v4
16+
- run: deno publish

0 commit comments

Comments
 (0)