We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46250a commit 08cdf0bCopy full SHA for 08cdf0b
2 files changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ jobs:
9
!startsWith(github.event.pull_request.head.label, 'denoland:')
10
runs-on: ubuntu-latest
11
timeout-minutes: 30
12
+ permissions:
13
+ contents: read
14
+ id-token: write
15
16
steps:
17
- uses: actions/checkout@v4
@@ -59,5 +62,5 @@ jobs:
59
62
deno-version: v2.7.8
60
63
- name: Build
61
64
run: deno task build
- - name: Publish to JSR on tag
- run: deno run -A jsr:@david/publish-on-tag@0.2.0
65
+ - name: Publish to JSR
66
+ run: deno publish
deno.json
@@ -4,6 +4,7 @@
4
"astro-demo"
5
],
6
"name": "@deno/deploy",
7
+ "version": "0.0.98",
8
"license": "MIT",
"tasks": {
"build": "deno run -A jsr:@deno/wasmbuild@0.19.2"
0 commit comments