This commit is contained in:
Bryce Thorup
2024-01-01 14:06:49 -07:00
parent 1105908b3a
commit dcecb5d439
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
printenv npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY"

View File

@@ -5,8 +5,8 @@ inputs:
npm_repo_key: npm_repo_key:
description: Key used for publising to npm repo description: Key used for publising to npm repo
required: true required: true
npm_repo_url: npm_repo_domain:
description: URL to npm repo description: Domain for npm repo
required: true required: true
runs: runs:
using: "composite" using: "composite"