feat: add header for workflow call
This commit is contained in:
7
.github/workflows/publish-npm.yml
vendored
7
.github/workflows/publish-npm.yml
vendored
@@ -8,6 +8,13 @@ on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
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