pascalgn / npm-publish-action

GitHub action to automatically publish packages to npm
MIT License
221 stars 29 forks source link

Version 1.3.6 failure: create_tag unrecognized #36

Closed berkus closed 3 years ago

berkus commented 3 years ago
Unexpected input(s) 'create_tag', valid inputs are ['entryPoint', 'args', 'commit_pattern', 'tag_name', 'tag_message', 'workspace', 'publish_command', 'publish_args']

I used sample config yaml directly from marketplace page.

dranidis commented 3 years ago

Same here

tiagoboeing commented 3 years ago

Tags are created automatically. I don't use these options and the tags are created by this workflow.

See my workflow file: https://github.com/tiagoboeing/anywhere-webcomponents/blob/develop/.github/workflows/deploy.yml#L45

See the conditional env check here: https://github.com/pascalgn/npm-publish-action/blob/b5bb5e243c374b0eaa6970889284903d6c20ea96/index.js#L19

pascalgn commented 3 years ago

Sorry about this, the entry was missing in the action.yml file. It should be fixed now in the latest release (1.3.7) 👍