tangled
alpha
login
or
join now
tijs.org
/
driftline-client
0
fork
atom
Typescript client for Driftline analytics
0
fork
atom
overview
issues
pulls
pipelines
Add JSR publish workflow
tijs.org
3 months ago
9206aaff
aa8d5be3
+20
1 changed file
expand all
collapse all
unified
split
.github
workflows
publish.yml
+20
.github/workflows/publish.yml
···
1
1
+
name: Publish
2
2
+
3
3
+
on:
4
4
+
push:
5
5
+
tags:
6
6
+
- "v*"
7
7
+
8
8
+
jobs:
9
9
+
publish:
10
10
+
runs-on: ubuntu-latest
11
11
+
permissions:
12
12
+
contents: read
13
13
+
id-token: write
14
14
+
steps:
15
15
+
- uses: actions/checkout@v5
16
16
+
- uses: denoland/setup-deno@v2
17
17
+
with:
18
18
+
deno-version: v2.x
19
19
+
- name: Publish to JSR
20
20
+
run: deno publish