Skip to content

Commit c6246f3

Browse files
Create publish-release.yml
1 parent d30fbfd commit c6246f3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Publish Release
2+
3+
on:
4+
pull_request:
5+
types:
6+
- closed
7+
paths:
8+
- 'package.json'
9+
- 'package-lock.json'
10+
11+
jobs:
12+
run:
13+
uses: rokucommunity/workflows/.github/workflows/publish-release.yml@master
14+
with:
15+
release-type: "npm" # "vsce"
16+
ref: ${{ github.event.pull_request.merge_commit_sha }}
17+
merged: ${{ github.event.pull_request.merged }}
18+
workflow-ref: 'develop'
19+
secrets: inherit

0 commit comments

Comments
 (0)