Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5e315cf

Browse files
committedDec 11, 2024··
Merge branch 'next'
2 parents aff68ce + e0410e2 commit 5e315cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
push:
66
branches:
77
- main
8+
workflow_dispatch:
9+
inputs:
10+
publish:
11+
description: Publish to NPM
12+
required: true
13+
default: false
14+
type: boolean
815

916
permissions:
1017
contents: write

0 commit comments

Comments
 (0)
Please sign in to comment.