Skip to content

Commit cb2ed41

Browse files
authored
ci: update jsr.yml (#424)
1 parent dee075d commit cb2ed41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/jsr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: jsr
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
publish:
@@ -18,7 +19,6 @@ jobs:
1819
run: |
1920
git config --global core.autocrlf false
2021
git config --global core.eol lf
21-
2222
- name: Clone repository
2323
uses: actions/checkout@v2
2424

@@ -30,7 +30,6 @@ jobs:
3030
- name: Log versions
3131
run: |
3232
deno --version
33-
3433
- name: Publish to JSR
3534
run: |
3635
deno publish

0 commit comments

Comments
 (0)