Skip to content

feat(pyth-lazer) Create schema for lazer agent JRPC endpoint (#2836) #29

feat(pyth-lazer) Create schema for lazer agent JRPC endpoint (#2836)

feat(pyth-lazer) Create schema for lazer agent JRPC endpoint (#2836) #29

name: Publish Rust package pyth-lazer-protocol to crates.io
on:
push:
tags:
- rust-pyth-lazer-protocol-v*
jobs:
publish-pyth-lazer-protocol:
name: Publish Rust package pyth-lazer-protocol to crates.io
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: "lazer/sdk/rust/protocol"