Skip to content

22.0.0-rc.1.1

22.0.0-rc.1.1 #36

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
publish:
uses: stellar/actions/.github/workflows/rust-publish.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}