Update release-npm.yml
This commit is contained in:
committed by
GitHub
parent
6edf3990f6
commit
45b02fed5a
@@ -4,6 +4,10 @@ on:
|
||||
secrets:
|
||||
NPM_TOKEN:
|
||||
required: true
|
||||
outputs:
|
||||
id:
|
||||
description: "The npm package@version string we published"
|
||||
value: ${{ jobs.npm.outputs.id }}
|
||||
jobs:
|
||||
npm:
|
||||
name: Publish to npm
|
||||
|
||||
Reference in New Issue
Block a user