Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Unexpected input(s) 'greater-version-only' on action run #52

Closed
WillsterJohnson opened this issue May 29, 2022 · 0 comments · Fixed by #58
Closed

Warning: Unexpected input(s) 'greater-version-only' on action run #52

WillsterJohnson opened this issue May 29, 2022 · 0 comments · Fixed by #58

Comments

@WillsterJohnson
Copy link

According to the readme I can pass a boolean greater-version-only, which ensures that if the latest version is, for example, 1.2.5, I cannot publish 1.2.4, even if 1.2.4 has never been published.

When running in a workflow, I get the following warning;

Warning: Unexpected input(s) 'greater-version-only', valid inputs are ['token', 'registry', 'package', 'tag', 'access', 'dry-run', 'check-version']

Here's the workflow run I'm referring to.

Is greater-version-only a valid option, and the action is just missing something in the warning condition? Or does that config option actually not exist, and is incorrectly documented?

argshook added a commit to questdb/ui that referenced this issue Jun 23, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
argshook Arijus Šukys
currently doesn't work
JS-DevTools/npm-publish#52
argshook pushed a commit to questdb/ui that referenced this issue Jun 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* add npm publish job

* add publish config

* temp unskip build to test

* use `if` expression on the publish step

* remove `greater-version-only`

currently doesn't work
JS-DevTools/npm-publish#52

* bump package version to test npm publish

* Revert "bump package version to test npm publish"

This reverts commit bf3f648.

* uncomment `if` expression to publish only from `main`
@mcous mcous closed this as completed in #58 Apr 7, 2023
mcous pushed a commit that referenced this issue Apr 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant