infinyon / node-bindgen

Easy way to write Node.js module using Rust
Apache License 2.0
515 stars 43 forks source link

[Merged by Bors] - fix(release): fix release action #229

Closed ozgrakkurt closed 1 year ago

ozgrakkurt commented 1 year ago

Remove old cargo-publish-all crate (it hasn't been touched in 4 years). Move to the v2 version of svenstaro/upload-release-action

ozgrakkurt commented 1 year ago

One caveat is that the replacement crate cargo-workspaces doesn't have --dry-run so I removed from it the action. This might cause partial publish of new crates but we can fix publishing the other ones and publish again so shoulnd't be a critical problem.

https://github.com/pksunkara/cargo-workspaces/issues/4

ozgrakkurt commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.