Skip to content

Commit 08cdf0b

Browse files
committed
chore: rework publish
1 parent d46250a commit 08cdf0b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
!startsWith(github.event.pull_request.head.label, 'denoland:')
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 30
12+
permissions:
13+
contents: read
14+
id-token: write
1215

1316
steps:
1417
- uses: actions/checkout@v4
@@ -59,5 +62,5 @@ jobs:
5962
deno-version: v2.7.8
6063
- name: Build
6164
run: deno task build
62-
- name: Publish to JSR on tag
63-
run: deno run -A jsr:@david/publish-on-tag@0.2.0
65+
- name: Publish to JSR
66+
run: deno publish

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"astro-demo"
55
],
66
"name": "@deno/deploy",
7+
"version": "0.0.98",
78
"license": "MIT",
89
"tasks": {
910
"build": "deno run -A jsr:@deno/wasmbuild@0.19.2"

0 commit comments

Comments
 (0)