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

question: Push the bumped npm version - does not work for me #6

Open
ruscon opened this issue Nov 14, 2019 · 2 comments
Open

question: Push the bumped npm version - does not work for me #6

ruscon opened this issue Nov 14, 2019 · 2 comments

Comments

@ruscon
Copy link

ruscon commented Nov 14, 2019

See warnings https://github.com/goparrot/geocoder/runs/303064830#step:5:8

Is it because I have custom scripts?

        "prepublishOnly": "echo \"use 'npm run publish'\" && exit 1",
        "publish": "npm run build && node bin/prepublish.js && npm publish dist",
        "preversion": "npm run pre-commit",
        "version": "npm run changelog",
        "postversion": "git push && git push --tags"

If so, how can I make it work correctly with your plugin?

@gabac
Copy link

gabac commented Nov 18, 2019

I encountered the same issue. The tag was pushed successfully though

@mikeal
Copy link
Owner

mikeal commented Nov 22, 2019

Could be the scripts, try disabling them all (you probably don’t need them if you’re automating the releases). There’s nothing obvious in the logs, this seems like a silent failure, so I’m just debugging in the dark a bit 😞

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

No branches or pull requests

3 participants