infinyon / node-bindgen

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

[Merged by Bors] - chore: use --from-git in crate publisher #263

Closed digikata closed 11 months ago

digikata commented 11 months ago

I added a token and could manually publish, but I'm trying to get the action to fully work. This is a guess based on the error

Run cargo workspaces publish --token *** --yes
  cargo workspaces publish --token *** --yes
  shell: /usr/bin/bash -e {0}
error: not on a git branch
Error: Process completed with exit code

https://github.com/infinyon/node-bindgen/actions/runs/6319055505/job/17159282486#step:5:5

morenol commented 11 months ago

Maybe we need to use --from-git https://github.com/pksunkara/cargo-workspaces#publish

digikata commented 11 months ago

I think from-git was the needed option, now just need a crates token for fluvio-publisher

morenol commented 11 months ago

bors r+

bors[bot] commented 11 months 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.