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

Incorrect command to publish beta #75

Open
justjam2013 opened this issue Nov 13, 2024 · 2 comments
Open

Incorrect command to publish beta #75

justjam2013 opened this issue Nov 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@justjam2013
Copy link

Describe The Bug:
The plugin template README says:

# publish to @beta
npm publish --tag=beta

However that "=" causes npm to publish with tag latest.

Expected behavior:
The correct command should be:

npm publish --tag beta
@justjam2013 justjam2013 added the bug Something isn't working label Nov 13, 2024
@NorthernMan54
Copy link
Contributor

I'm thinking this would be better if it leveraged the auto publish feature similar to what we do with Homebridge-config-ui and others

@justjam2013
Copy link
Author

I agree. One of the requirements for validation is creating releases, so publishing from github when a release is created, kills two birds with one stone.
I have separate github actions that publish to beta and to latest, that I would be happy to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants