name: npm-publish description: "publishes latest version tag to a npm repository" author: "Bryce Thorup" inputs: npm_repo_key: description: Key used for publising to npm repo required: true npm_repo_domain: description: Domain for npm repo required: true runs: using: "composite" steps: - run: $GITHUB_ACTION_PATH/action.sh shell: bash