tangled
alpha
login
or
join now
tijs.org
/
actor-typeahead
1
fork
atom
A Web Component that provides typeahead suggestions for AT Protocol (Bluesky) handles. Uses the public app.bsky.actor.searchActorsTypeahead API directly from the client.
1
fork
atom
overview
issues
pulls
pipelines
Fix publish workflow: use npx jsr publish
tijs.org
4 weeks ago
4808605d
48adfc9f
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
publish.yml
+3
-3
.github/workflows/publish.yml
···
12
12
contents: read
13
13
id-token: write
14
14
steps:
15
15
-
- uses: actions/checkout@v4
16
16
-
- uses: denoland/setup-deno@v2
17
17
-
- run: deno publish
15
15
+
- uses: actions/checkout@v6
16
16
+
- name: Publish package
17
17
+
run: npx jsr publish