Skip to content

release: v3.3.0

release: v3.3.0 #12

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-btc kobe-evm kobe-svm kobe-cosmos kobe-tron kobe-spark kobe-fil kobe-ton kobe-sui kobe-xrpl kobe-nostr kobe-casper kobe kobe-cli"
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}