Skip to content

Commit da2436a

Browse files
chore(lazer): add crate publish workflow for pyth-lazer-client (#2323)
* chore: add crate publish workflow for pyth-lazer-client * chore: remove unused workflow
1 parent 5ef46e4 commit da2436a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish Rust package pyth-lazer-sdk to crates.io
1+
name: Publish Rust package pyth-lazer-client to crates.io
22

33
on:
44
push:
55
tags:
6-
- rust-pyth-lazer-sdk-v*
6+
- rust-pyth-lazer-client-v*
77
jobs:
88
publish-pyth-lazer-sdk:
9-
name: Publish Rust package pyth-lazer-sdk to crates.io
9+
name: Publish Rust package pyth-lazer-client to crates.io
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout sources
@@ -15,4 +15,4 @@ jobs:
1515
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
1616
env:
1717
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18-
working-directory: "lazer/sdk/solana"
18+
working-directory: "lazer/sdk/rust/client"

0 commit comments

Comments
 (0)