diff --git a/action.yml b/action.yml index e89123d..1a6583e 100644 --- a/action.yml +++ b/action.yml @@ -24,9 +24,9 @@ inputs: bundle-npm-artifacts-mode: description: Runs a steps that bundle artifacts for release the app to NPM. required: false - artifact-ids: + artifact-names: description: - Provide IDs of artifacts created in the prepare-npm-artifacts-mode step. + Provide names of artifacts created in the prepare-npm-artifacts-mode step. Accepts an array runs: using: node20