Skip to content
name: Create Release Artifacts Template
on:
pull_request:
types:
- reopened
- opened
- synchronize
paths:
- 'package.json'
- 'package-lock.json'
jobs:
run:
uses: rokucommunity/.github/.github/workflows/create-release-artifacts.yml@master
with:
branch: ${{ github.event.pull_request.head.ref }}
node-version: "22.9.0"
asset-paths: "./*.tgz" # "*.vsix"
secrets: inherit