File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Publish Rust package pyth-lazer-agent to crates.io
2+
3+ on :
4+ push :
5+ tags :
6+ - pyth-lazer-agent-v*
7+ jobs :
8+ publish-pyth-lazer-protocol :
9+ name : Publish Rust package pyth-lazer-agent to crates.io
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout sources
13+ uses : actions/checkout@v2
14+
15+ - run : cargo publish --token ${CARGO_REGISTRY_TOKEN}
16+ env :
17+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
18+ working-directory : " apps/pyth-lazer-agent"
Original file line number Diff line number Diff line change 22name = " pyth-lazer-agent"
33version = " 0.3.2"
44edition = " 2024"
5+ description = " Pyth Lazer Agent"
6+ license = " Apache-2.0"
7+ repository = " https://github.com/pyth-network/pyth-crosschain"
58
69[dependencies ]
710pyth-lazer-publisher-sdk = " 0.1.7"
You can’t perform that action at this time.
0 commit comments