bchr02 / node-pre-gyp-github

A node-pre-gyp module which provides the ability to publish to GitHub releases.
MIT License
52 stars 32 forks source link

Release X.X.X not found. Every single time #6

Closed WebReflection closed 8 years ago

WebReflection commented 8 years ago

I'm not sure I'm doing something wrong but I've tried them all.

This is my package.json Maybe I'm dropping too many folders in .npmignore ?

All I know is that it builds, everything is absolutely fine, but when it come to publishing, this is every time the error and installing does every time the fallback:

node-pre-gyp-github publish
Release 0.0.12 not found, so a draft release was created. YOU MUST MANUALLY PUBLISH THIS DRAFT WITHIN GITHUB FOR IT TO BE ACCESSIBLE.
Stage directory path: /home/webreflection/code/node-gtk/build/stage

Thanks for any sort of help!

WebReflection commented 8 years ago

Actually, never mind. I was excluding the build/Release folder from both gitignore and npmignore, I guess that was kinda the problem.

Apologies for bothering. Thanks for thsi project.

bchr02 commented 8 years ago

@WebReflection No worries. I'm glad you got it working.