diff --git a/action.yaml b/action.yaml index 71dc503..a780c39 100644 --- a/action.yaml +++ b/action.yaml @@ -2,10 +2,10 @@ name: pub-publish description: "publishes latest version tag to a pub repository" author: "Bryce Thorup" inputs: - npm_repo_key: + pub_repo_key: description: Key used for publising to pub repo required: true - npm_repo_domain: + pub_repo_domain: description: Domain for pub repo required: true runs: