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 2
2
name = " pyth-lazer-agent"
3
3
version = " 0.3.2"
4
4
edition = " 2024"
5
+ description = " Pyth Lazer Agent"
6
+ license = " Apache-2.0"
7
+ repository = " https://github.com/pyth-network/pyth-crosschain"
5
8
6
9
[dependencies ]
7
10
pyth-lazer-publisher-sdk = " 0.1.7"
You can’t perform that action at this time.
0 commit comments