maxime1992 / dev-to-git

Publish a blog post (markdown file) to Dev.to from your command line or from CI with this CLI
MIT License
27 stars 13 forks source link

1.4.3 has no files in it #48

Closed jmcdo29 closed 3 years ago

jmcdo29 commented 3 years ago

This may have been a side effect of moving over to GitHub Actions. It looks like when the release step ran, it only found a README, package.json and LICENSE. Because of this, installing the latest package fails. You might want to make a prerelease step that runs the same as the build step so that you can make sure that when release is fired, it will have the current code.

maxime1992 commented 3 years ago

Hey, indeed :scream: !

After some struggle to configure it correctly...

image

I believe v1.4.8 should have everything it needs. Can you confirm that it's working ok for you now and also that your previous fix is working ok? :)

maxime1992 commented 3 years ago

Closing as I believe it's been fixed.

Reopen if needed :+1: