Skip to content

Commit

Permalink
feat: add publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 22, 2024
1 parent d771515 commit 8625fe9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,13 @@ start-fly-proxy:
db-secrets:
flyctl secrets set LND_MACAROON="$(cat data/mutinynet/admin.macaroon)"
flyctl secrets set LND_TLS_CERT="$(cat data/mutinynet/tls.cert)"


# publish everything on crates.io
publish:
cargo publish -p moksha-core
cargo publish -p moksha-wallet
cargo publish -p moksha-mint
cargo publish -p moksha-cli


0 comments on commit 8625fe9

Please sign in to comment.