Skip to content

Commit ed7559d

Browse files
committed
[fix] support NPM RELEASE action on develop branch
1 parent 849c84b commit ed7559d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/npm-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ name: NPM Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
version:
9+
description: 'Version to publish'
10+
required: true
11+
default: '1.0.0'
612
push:
713
branches:
14+
- npm-release
815
- develop
916
- murphy/npm-release-0616
1017
paths:

0 commit comments

Comments
 (0)