We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30fbfd commit c6246f3Copy full SHA for c6246f3
.github/workflows/publish-release.yml
@@ -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