We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef46e4 commit da2436aCopy full SHA for da2436a
.github/workflows/publish-rust-lazer-sdk.yml renamed to .github/workflows/publish-rust-lazer-client.yml
@@ -1,12 +1,12 @@
1
-name: Publish Rust package pyth-lazer-sdk to crates.io
+name: Publish Rust package pyth-lazer-client to crates.io
2
3
on:
4
push:
5
tags:
6
- - rust-pyth-lazer-sdk-v*
+ - rust-pyth-lazer-client-v*
7
jobs:
8
publish-pyth-lazer-sdk:
9
- name: Publish Rust package pyth-lazer-sdk to crates.io
+ name: Publish Rust package pyth-lazer-client to crates.io
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout sources
@@ -15,4 +15,4 @@ jobs:
15
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
16
env:
17
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18
- working-directory: "lazer/sdk/solana"
+ working-directory: "lazer/sdk/rust/client"
0 commit comments