feat: add header for workflow call
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -4,6 +4,13 @@ name: Build & Lint & Test & Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
description: "Node.js version"
|
||||
required: true
|
||||
default: "lts/*"
|
||||
type: string
|
||||
|
||||
env:
|
||||
NODE_VERSION: lts/*
|
||||
|
||||
Reference in New Issue
Block a user