Skip to content

Merge pull request #51 from qntx/feat/kobe-arweave-ecdsa #13

Merge pull request #51 from qntx/feat/kobe-arweave-ecdsa

Merge pull request #51 from qntx/feat/kobe-arweave-ecdsa #13

Workflow file for this run

name: Publish to crates.io
on:
push:
tags: ["v*.*.*"]
jobs:
publish:
uses: qntx/workflows/.github/workflows/publish-crates.yml@main
with:
packages: "kobe-primitives kobe-aptos kobe-arweave kobe-btc kobe-casper kobe-cosmos kobe-evm kobe-fil kobe-nostr kobe-spark kobe-sui kobe-svm kobe-ton kobe-tron kobe-xrpl kobe kobe-cli"
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}