We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee075d commit cb2ed41Copy full SHA for cb2ed41
1 file changed
.github/workflows/jsr.yml
@@ -3,6 +3,7 @@ name: jsr
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch:
7
8
jobs:
9
publish:
@@ -18,7 +19,6 @@ jobs:
18
19
run: |
20
git config --global core.autocrlf false
21
git config --global core.eol lf
-
22
- name: Clone repository
23
uses: actions/checkout@v2
24
@@ -30,7 +30,6 @@ jobs:
30
- name: Log versions
31
32
deno --version
33
34
- name: Publish to JSR
35
36
deno publish
0 commit comments