Skip to content

Commit 7a36093

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 399d3c0 + 2f668c8 commit 7a36093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Trigger this workflow whenever a new release is published
44
on:
5+
workflow_dispatch:
56
push:
67
tags:
78
- 'v*'
@@ -41,4 +42,4 @@ jobs:
4142
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
4243

4344
- name: Publish to JSR
44-
run: bunx jsr publish
45+
run: bunx jsr publish

0 commit comments

Comments
 (0)