Skip to content

Commit

Permalink
Create publish-release-tpl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Holbrook authored Feb 10, 2025
1 parent bcc5b61 commit 6871dca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish-release-tpl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish Release Template

on:
pull_request:
types:
- closed
paths:
- 'package.json'
- 'package-lock.json'

jobs:
run:
if: startsWith( github.head_ref, 'release/') && (github.event.pull_request.merged == true)
uses: rokucommunity/.github/.github/workflows/publish-release.yml@master
with:
branch: ${{ github.event.pull_request.head.ref }}
publish-store: "npm" # "vscode"
secrets: inherit


0 comments on commit 6871dca

Please sign in to comment.